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

(-)net/amcl/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
15
16
USE_REINPLACE=	yes
16
USE_REINPLACE=	yes
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
		LIBS="-L${LOCALBASE}/lib"
22
		LIBS="-L${LOCALBASE}/lib"
(-)net/dctc-gui/Makefile (-4 / +3 lines)
Lines 16-27 Link Here
16
MAINTAINER=	lioux@FreeBSD.org
16
MAINTAINER=	lioux@FreeBSD.org
17
17
18
BUILD_DEPENDS=	dctc:${PORTSDIR}/net/dctc
18
BUILD_DEPENDS=	dctc:${PORTSDIR}/net/dctc
19
LIB_DEPENDS=	ORBit.2:${PORTSDIR}/devel/ORBit \
19
LIB_DEPENDS=	db4.0:${PORTSDIR}/databases/db4 \
20
		db4.0:${PORTSDIR}/databases/db4 \
21
		intl.4:${PORTSDIR}/devel/gettext
20
		intl.4:${PORTSDIR}/devel/gettext
22
21
23
USE_GNOMELIBS=	yes
22
USE_GNOMENG=	yes
24
USE_GTK=	yes
23
USE_GNOME=	gnomelibs
25
USE_XLIB=	yes
24
USE_XLIB=	yes
26
USE_REINPLACE=	yes
25
USE_REINPLACE=	yes
27
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
(-)net/edonkey-gui-gtk/Makefile (-1 / +2 lines)
Lines 21-27 Link Here
21
21
22
ONLY_FOR_ARCHS=	i386
22
ONLY_FOR_ARCHS=	i386
23
XFREE86_VERSION=	4
23
XFREE86_VERSION=	4
24
USE_GTK=	yes
24
USE_GNOMENG=	yes
25
USE_GNOME=	gtk12
25
USE_X_PREFIX=	yes
26
USE_X_PREFIX=	yes
26
NO_BUILD=	yes
27
NO_BUILD=	yes
27
NO_WRKSUBDIR=	yes
28
NO_WRKSUBDIR=	yes
(-)net/everybuddy/Makefile (-4 / +6 lines)
Lines 16-23 Link Here
16
		iconv.3:${PORTSDIR}/converters/libiconv
16
		iconv.3:${PORTSDIR}/converters/libiconv
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
WANT_ESOUND=	yes
20
WANT_GNOME=	yes
21
USE_GNOME=	gtk12
21
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
22
USE_GMAKE=	yes
23
USE_GMAKE=	yes
23
USE_BISON=	yes
24
USE_BISON=	yes
Lines 31-38 Link Here
31
32
32
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
33
34
34
.if defined(HAVE_ESOUND)
35
.if ${HAVE_GNOME:Mesound}!=""
35
USE_ESOUND=	yes
36
USE_GNOME+=	esound
37
PKGNAMESUFFIX=	-esound
36
.else
38
.else
37
CONFIGURE_ARGS+=	--disable-esd
39
CONFIGURE_ARGS+=	--disable-esd
38
.endif
40
.endif
(-)net/geotrace/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
15
16
MAINTAINER=	ijliao@FreeBSD.org
16
MAINTAINER=	ijliao@FreeBSD.org
17
17
18
USE_GNOMECTRL=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	libcapplet
19
20
20
post-patch:
21
post-patch:
21
	@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/prefs.h
22
	@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/prefs.h
(-)net/ggsd/Makefile (-1 / +2 lines)
Lines 22-28 Link Here
22
22
23
WRKSRC=		${WRKDIR}/GGSD
23
WRKSRC=		${WRKDIR}/GGSD
24
24
25
USE_GTK=	yes
25
USE_GNOMENG=	yes
26
USE_GNOME=	gtk12
26
27
27
do-install:
28
do-install:
28
	${INSTALL_PROGRAM} ${WRKSRC}/ggsd ${PREFIX}/bin
29
	${INSTALL_PROGRAM} ${WRKSRC}/ggsd ${PREFIX}/bin
(-)net/gicq/Makefile (-3 / +4 lines)
Lines 18-32 Link Here
18
18
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
WANT_GNOME=	yes
22
WANT_GNOME=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LIBS="-L${LOCALBASE}/lib"
24
		LIBS="-L${LOCALBASE}/lib"
25
25
26
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
27
27
28
.if defined(HAVE_GNOME)
28
.if ${HAVE_GNOME:Mgtk12}!=""
29
USE_GNOME=	yes
29
USE_GNOME+=	gtk12
30
PKGNAMESUFFIX=	-gtk
30
.else
31
.else
31
CONFIGURE_ARGS+=--without-gnome
32
CONFIGURE_ARGS+=--without-gnome
32
.endif
33
.endif
(-)net/gkrellm_snmp/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm
17
RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm
18
18
19
USE_X_PREFIX=   yes
19
USE_X_PREFIX=   yes
20
USE_IMLIB=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	imlib
21
MAKE_ENV=	GKRELLM_INCLUDE="-I${X11BASE}/include/gkrellm/" \
22
MAKE_ENV=	GKRELLM_INCLUDE="-I${X11BASE}/include/gkrellm/" \
22
		PLUGIN_DIR="${X11BASE}/libexec/gkrellm/plugins/"
23
		PLUGIN_DIR="${X11BASE}/libexec/gkrellm/plugins/"
23
24
(-)net/gkrellmqst/Makefile (-2 / +2 lines)
Lines 20-27 Link Here
20
20
21
WRKSRC=		${WRKDIR}/${PORTNAME:S/mq/m_q/}
21
WRKSRC=		${WRKDIR}/${PORTNAME:S/mq/m_q/}
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
USE_GTK=	yes
23
USE_GNOMENG=	yes
24
USE_IMLIB=	yes
24
USE_GNOME=	imlib
25
MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}" \
25
MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}" \
26
		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
26
		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
27
ALL_TARGET=	qst.so
27
ALL_TARGET=	qst.so
(-)net/gnomba/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
MAINTAINER=	demon@FreeBSD.org
14
MAINTAINER=	demon@FreeBSD.org
15
15
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_GNOMELIBS=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gnomelibs
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
		LIBS="-L${LOCALBASE}/lib"
21
		LIBS="-L${LOCALBASE}/lib"
(-)net/gnome-vnc/Makefile (-1 / +2 lines)
Lines 13-19 Link Here
13
13
14
MAINTAINER=	domi@saargate.de
14
MAINTAINER=	domi@saargate.de
15
15
16
USE_GNOMELIBS=	yes
16
USE_GNOMENG=	yes
17
USE_GNOME=	gnomelibs
17
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
20
(-)net/gnomemeeting/Makefile (-6 / +4 lines)
Lines 14-22 Link Here
14
14
15
MAINTAINER=	roger@FreeBSD.org
15
MAINTAINER=	roger@FreeBSD.org
16
16
17
LIB_DEPENDS=	ldap.1:${PORTSDIR}/net/openldap \
17
LIB_DEPENDS=	ldap.1:${PORTSDIR}/net/openldap
18
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf/
19
20
BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
18
BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
21
19
22
# note, we do not want to clean openh323, otherwise it has to build
20
# note, we do not want to clean openh323, otherwise it has to build
Lines 24-38 Link Here
24
NOCLEANDEPENDS= yes
22
NOCLEANDEPENDS= yes
25
23
26
USE_BISON=	yes
24
USE_BISON=	yes
27
USE_GNOME=	yes
28
USE_AUTOCONF=	yes
25
USE_AUTOCONF=	yes
29
USE_GTK=	yes
26
USE_GNOMENG=	yes
27
USE_GNOME=	gdkpixbuf
30
USE_GMAKE=	yes
28
USE_GMAKE=	yes
31
CONFIGURE_ARGS=	 --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \
29
CONFIGURE_ARGS=	 --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \
32
		 --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \
30
		 --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \
33
		 --with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
31
		 --with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
34
		 --with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
32
		 --with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
35
		--with-ldap=/usr/local
33
		--with-ldap=${PREFIX}
36
CONFIGURE_ENV=	OSTYPE=${OPSYS} \
34
CONFIGURE_ENV=	OSTYPE=${OPSYS} \
37
		LIBS=-L${PREFIX}/lib \
35
		LIBS=-L${PREFIX}/lib \
38
		PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
36
		PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
(-)net/gnugadu/Makefile (-4 / +6 lines)
Lines 16-28 Link Here
16
WRKSRC=	${WRKDIR}/gg-${PORTVERSION}
16
WRKSRC=	${WRKDIR}/gg-${PORTVERSION}
17
17
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
WANT_ESOUND=	yes
20
USE_GNOME=	gtk12
21
WANT_GNOME=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
23
23
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
24
.if defined(HAVE_ESOUND)
25
.if ${HAVE_GNOME:Mesound}!=""
25
USE_ESOUND=	yes
26
USE_GNOME+=	esound
27
PKGNAMESUFFIX=	-esound
26
.else
28
.else
27
CONFIGURE_ARGS+=	--disable-esd
29
CONFIGURE_ARGS+=	--disable-esd
28
.endif
30
.endif
(-)net/gq/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
.endif
19
.endif
20
20
21
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
22
USE_GTK=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--with-ldap=${LOCALBASE}
25
CONFIGURE_ARGS=	--with-ldap=${LOCALBASE}
25
26
(-)net/gtk+licq/Makefile (-3 / +5 lines)
Lines 21-27 Link Here
21
# It breaks the build for some reason
21
# It breaks the build for some reason
22
#USE_LIBTOOL=	yes
22
#USE_LIBTOOL=	yes
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_GTK=	yes
24
USE_GNOMENG=	yes
25
USE_GNOME=	gtk12
25
WANT_GNOME=	yes
26
WANT_GNOME=	yes
26
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Lines 29-36 Link Here
29
30
30
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
31
32
32
.if defined(HAVE_GNOME)
33
.if ${HAVE_GNOME:Mlibcapplet}!=""
33
USE_GNOME=	yes
34
USE_GNOME+=	libcapplet
35
PKGNAMESUFFIX=	-gnome
34
CONFIGURE_ARGS+=	--enable-gnome
36
CONFIGURE_ARGS+=	--enable-gnome
35
.else
37
.else
36
CONFIGURE_ARGS+=	--disable-gnome
38
CONFIGURE_ARGS+=	--disable-gnome
(-)net/gtk-gnutella/Makefile (-1 / +2 lines)
Lines 21-27 Link Here
21
USE_BZIP2=	yes
21
USE_BZIP2=	yes
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_GTK=	yes
24
USE_GNOMENG=	yes
25
USE_GNOME=	gtk12
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
27
27
CONFIGURE_ARGS=	--enable-no-rfc1918
28
CONFIGURE_ARGS=	--enable-no-rfc1918
(-)net/gtkyahoo/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
MAINTAINER=	anders@hack.org
14
MAINTAINER=	anders@hack.org
15
15
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
18
USE_BISON=	yes
19
USE_BISON=	yes
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
21
(-)net/ickle/Makefile (-5 / +6 lines)
Lines 19-26 Link Here
19
		icq2000.5:${PORTSDIR}/net/libicq2000
19
		icq2000.5:${PORTSDIR}/net/libicq2000
20
20
21
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
22
WANT_GNOME=	yes
24
WANT_GNOME=	yes
23
USE_GTK=	yes
24
USE_REINPLACE=	yes
25
USE_REINPLACE=	yes
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
Lines 35-43 Link Here
35
36
36
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
37
38
38
.if defined(HAVE_GNOME) || defined(WITH_GNOME)
39
.if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME)
39
USE_GNOME=	yes
40
USE_GNOME+=	libcapplet
40
41
PKGNAMESUFFIX=	-gnome
41
PLIST_SUB+=	ICKLEDATADIR="share/gnome/" GNOME="" NOGNOME="@comment "
42
PLIST_SUB+=	ICKLEDATADIR="share/gnome/" GNOME="" NOGNOME="@comment "
42
.else
43
.else
43
CONFIGURE_ARGS+=	--with-gnome=no
44
CONFIGURE_ARGS+=	--with-gnome=no
Lines 54-60 Link Here
54
.endif
55
.endif
55
56
56
pre-everything::
57
pre-everything::
57
.if !defined(HAVE_GNOME) && !defined(WITH_GNOME)
58
.if ${HAVE_GNOME:Mlibcapplet}=="" && !defined(WITH_GNOME)
58
	@${ECHO_MSG} "===> Define WITH_GNOME		to enable GNOME support"
59
	@${ECHO_MSG} "===> Define WITH_GNOME		to enable GNOME support"
59
.endif
60
.endif
60
.if !defined(WITH_ICKLE_CONTROL)
61
.if !defined(WITH_ICKLE_CONTROL)
(-)net/icukrell/Makefile (-2 / +2 lines)
Lines 18-25 Link Here
18
		gnomeicu:${PORTSDIR}/net/gnomeicu
18
		gnomeicu:${PORTSDIR}/net/gnomeicu
19
19
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_GNOMELIBS=	yes
21
USE_GNOMENG=	yes
22
USE_GTK=	yes
22
USE_GNOME=	gnomelibs
23
23
24
post-patch:
24
post-patch:
25
	@${PERL} -pi -ne "s!/usr/local/!${PREFIX}/!" ${WRKSRC}/config.h
25
	@${PERL} -pi -ne "s!/usr/local/!${PREFIX}/!" ${WRKSRC}/config.h
(-)net/ipsorc/Makefile (-1 / +2 lines)
Lines 13-19 Link Here
13
13
14
MAINTAINER=     Nicolas.Jombart@hsc-labs.com
14
MAINTAINER=     Nicolas.Jombart@hsc-labs.com
15
15
16
USE_GTK=        yes
16
USE_GNOMENG=	yes
17
USE_GNOME=	gtk12
17
18
18
post-patch:
19
post-patch:
19
	@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
20
	@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
(-)net/jags/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
16
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_XPM=	yes
18
USE_XPM=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
22
22
pre-patch:
23
pre-patch:
(-)net/linpopup/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
ALL_TARGET=
19
ALL_TARGET=
20
MAN1=		linpopup.1 LinPopUp.1
20
MAN1=		linpopup.1 LinPopUp.1
21
21
22
USE_GTK=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
23
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
24
25
25
post-install:
26
post-install:
(-)net/mtr/Makefile (-3 / +5 lines)
Lines 17-23 Link Here
17
17
18
USE_AUTOCONF=	yes
18
USE_AUTOCONF=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
WANT_GTK=	yes
20
USE_GNOMENG=	yes
21
WANT_GNOME=	yes
21
WANT_IPV6=	yes
22
WANT_IPV6=	yes
22
23
23
MAN8=	mtr.8
24
MAN8=	mtr.8
Lines 34-42 Link Here
34
CONFIGURE_ARGS+=--disable-ipv6
35
CONFIGURE_ARGS+=--disable-ipv6
35
.endif
36
.endif
36
37
37
.if defined(HAVE_GTK)
38
.if ${HAVE_GNOME:Mgtk12}!=""
39
USE_GNOME+=	gtk12
40
PKGNAMESUFFIX=	-gtk
38
USE_XLIB=	yes
41
USE_XLIB=	yes
39
USE_GTK=	yes
40
.else
42
.else
41
CONFIGURE_ARGS+=--without-gtk
43
CONFIGURE_ARGS+=--without-gtk
42
.endif
44
.endif
(-)net/napshare/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)net/netscript/Makefile (-3 / +5 lines)
Lines 18-29 Link Here
18
MAINTAINER=	ports@FreeBSD.org
18
MAINTAINER=	ports@FreeBSD.org
19
19
20
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
21
WANT_GTK=	yes
21
USE_GNOMENG=	yes
22
WANT_GNOME=	yes
22
23
23
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
24
25
25
.if defined(HAVE_GTK)
26
.if ${HAVE_GNOME:Mgtk12}!=""
26
USE_GTK=	yes
27
USE_GNOME+=	gtk12
28
PKGNAMESUFFIX=	-gtk
27
ALL_TARGET=	gbsd
29
ALL_TARGET=	gbsd
28
.else
30
.else
29
ALL_TARGET=	bsd
31
ALL_TARGET=	bsd
(-)net/pfinger/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
14
15
MAINTAINER=	ijliao@FreeBSD.org
15
MAINTAINER=	ijliao@FreeBSD.org
16
16
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
20
20
MAN1=	finger.1 pfinger.1
21
MAN1=	finger.1 pfinger.1
(-)net/sambasentinel/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
WRKSRC=		${WRKDIR}/SambaSentinel
18
WRKSRC=		${WRKDIR}/SambaSentinel
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_XPM=	yes
20
USE_XPM=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
ALL_TARGET=	SambaSentinel
23
ALL_TARGET=	SambaSentinel
23
24
24
do-install:
25
do-install:
(-)net/staticcharge/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS=	lynx:${PORTSDIR}/www/lynx
16
BUILD_DEPENDS=	lynx:${PORTSDIR}/www/lynx
17
17
18
WRKSRC=		${WRKDIR}/staticcharge
18
WRKSRC=		${WRKDIR}/staticcharge
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
23
(-)net/tvark/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
15
LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
20
20
post-patch:
21
post-patch:
21
	@${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile
22
	@${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile
(-)net/wmlj/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl
16
LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
21
21
MAN1=		wmlj.1
22
MAN1=		wmlj.1
22
23
(-)net/xwhois/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
MAINTAINER=	billf@FreeBSD.org
15
MAINTAINER=	billf@FreeBSD.org
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
21
21
do-install:
22
do-install:
(-)net/xtraceroute/Makefile (-3 / +3 lines)
Lines 15-27 Link Here
15
15
16
BUILD_DEPENDS=	${LOCALBASE}/bin/host:${PORTSDIR}/net/host \
16
BUILD_DEPENDS=	${LOCALBASE}/bin/host:${PORTSDIR}/net/host \
17
		msgfmt-old:${PORTSDIR}/devel/gettext-old
17
		msgfmt-old:${PORTSDIR}/devel/gettext-old
18
LIB_DEPENDS=	gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \
18
LIB_DEPENDS=	gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
19
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
20
RUN_DEPENDS=	${LOCALBASE}/bin/host:${PORTSDIR}/net/host
19
RUN_DEPENDS=	${LOCALBASE}/bin/host:${PORTSDIR}/net/host
21
20
22
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
23
USE_MESA=	yes
22
USE_MESA=	yes
24
USE_GTK=	yes
23
USE_GNOMENG=	yes
24
USE_GNOME=	gdkpixbuf
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-GL-prefix=${X11BASE}/lib \
26
CONFIGURE_ARGS=	--with-GL-prefix=${X11BASE}/lib \
27
		--with-lib-GL \
27
		--with-lib-GL \
(-)net/ymessenger/Makefile (-4 / +5 lines)
Lines 11-27 Link Here
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	http://download.yahoo.com/dl/unix/fbsd45/
12
MASTER_SITES=	http://download.yahoo.com/dl/unix/fbsd45/
13
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
14
NO_WRKSUBDIR=	yes
15
14
16
MAINTAINER=	sethk@meowfishies.com
15
MAINTAINER=	sethk@meowfishies.com
17
16
18
ONLY_FOR_ARCHS=	i386
19
20
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
17
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
21
18
22
USE_GTK=	yes
19
ONLY_FOR_ARCHS=	i386
20
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
23
USE_REINPLACE=	yes
23
USE_REINPLACE=	yes
24
NO_BUILD=	yes
24
NO_BUILD=	yes
25
NO_WRKSUBDIR=	yes
25
26
26
do-install:
27
do-install:
27
	${INSTALL_SCRIPT} ${WRKDIR}/bin/ymessenger ${PREFIX}/bin
28
	${INSTALL_SCRIPT} ${WRKDIR}/bin/ymessenger ${PREFIX}/bin
(-)net/gtkhx/Makefile (-3 / +3 lines)
Lines 14-24 Link Here
14
14
15
MAINTAINER=	jre@vineyard.net
15
MAINTAINER=	jre@vineyard.net
16
16
17
LIB_DEPENDS=	gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
17
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
18
		intl.4:${PORTSDIR}/devel/gettext
19
18
20
USE_XLIB=	yes
19
USE_XLIB=	yes
21
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gdkpixbuf
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS+=	--with-libiconv-prefix=${PREFIX}
24
CONFIGURE_ARGS+=	--with-libiconv-prefix=${PREFIX}
(-)net/gkrellmwireless/Makefile (-1 / +2 lines)
Lines 17-22 Link Here
17
RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm
17
RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm
18
18
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
USE_IMLIB=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	imlib
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)net/gnunet/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
19
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
USE_OPENSSL=	yes
21
USE_OPENSSL=	yes
22
USE_GTK=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
23
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
24
USE_GMAKE=	yes
25
USE_GMAKE=	yes
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
(-)net/mbrowse/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	snmp.4:${PORTSDIR}/net/net-snmp4
15
LIB_DEPENDS=	snmp.4:${PORTSDIR}/net/net-snmp4
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
CONFIGURE_ARGS+=	--with-ucdsnmp-prefix=${LOCALBASE}
20
CONFIGURE_ARGS+=	--with-ucdsnmp-prefix=${LOCALBASE}
20
21
21
post-patch:
22
post-patch:
(-)net/driftnet/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	ungif.5:${PORTSDIR}/graphics/libungif \
16
LIB_DEPENDS=	ungif.5:${PORTSDIR}/graphics/libungif \
17
		jpeg.9:${PORTSDIR}/graphics/jpeg
17
		jpeg.9:${PORTSDIR}/graphics/jpeg
18
18
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
21
USE_GMAKE=	yes
22
USE_GMAKE=	yes

Return to bug 42345