View | Details | Raw Unified | Return to bug 42200
Collapse All | Expand All

(-)ftp/IglooFTP/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
19
19
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
23
23
post-extract:
24
post-extract:
24
	@${RM} ${WRKSRC}/../share/docs/LICENSE~
25
	@${RM} ${WRKSRC}/../share/docs/LICENSE~
(-)ftp/axyftp/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
22
22
MAN1=		axyftp.1
23
MAN1=		axyftp.1
(-)ftp/downloader/Makefile (-2 / +2 lines)
Lines 21-28 Link Here
21
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
21
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
22
22
23
USE_REINPLACE=	yes
23
USE_REINPLACE=	yes
24
USE_GTK=	yes
24
USE_GNOMENG=	yes
25
USE_ESOUND=	yes
25
USE_GNOME=	gtk12 esound
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
28
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
(-)ftp/gftp/Makefile (-3 / +3 lines)
Lines 14-20 Link Here
14
MAINTAINER=	lehmann@ans-netz.de
14
MAINTAINER=	lehmann@ans-netz.de
15
15
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
WANT_GNOME=	yes
18
WANT_GNOME=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Lines 24-31 Link Here
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
26
26
27
.if defined(HAVE_GNOME)
27
.if ${HAVE_GNOME:Mgnomelibs}!=""
28
USE_GNOME=	yes
28
USE_GNOME=	gtk12
29
.endif
29
.endif
30
30
31
pre-patch:
31
pre-patch:
(-)ftp/pavuk/Makefile (-3 / +4 lines)
Lines 20-26 Link Here
20
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
20
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
21
21
22
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
23
WANT_GTK=	yes
23
USE_GNOMENG=	yes
24
WANT_GNOME=	yes
24
USE_OPENSSL=	yes
25
USE_OPENSSL=	yes
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Lines 32-39 Link Here
32
33
33
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
34
35
35
.if defined(HAVE_GTK)
36
.if ${HAVE_GNOME:Mgtk12}!=""
36
USE_GTK=	yes
37
USE_GNOME=	gtk12
37
CONFIGURE_ARGS+=	--with-gtk-config="${GTK_CONFIG}"
38
CONFIGURE_ARGS+=	--with-gtk-config="${GTK_CONFIG}"
38
.else
39
.else
39
CONFIGURE_ARGS+=	--disable-gtk
40
CONFIGURE_ARGS+=	--disable-gtk

Return to bug 42200