diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | 8a609be53116f279d9c38adaeae64b221e32514e (patch) | |
tree | 8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /net-p2p | |
parent | Using libicuuc.a seems to make jikes more unstable. Since this is supposed (diff) |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65340
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lopster/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/teknap/Makefile | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 19d9e68a91fa..37eb4a6d2c0b 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile index 457360e1ed83..c29c2e6c7ff0 100644 --- a/net-p2p/teknap/Makefile +++ b/net-p2p/teknap/Makefile @@ -8,7 +8,7 @@ PORTNAME= TekNap PORTVERSION= 1.2 CATEGORIES= audio -MASTER_SITES= ftp://ukug.uk.freebsd.org/pub/lord_cj/ +MASTER_SITES= ftp://ukug.uk.freebsd.org/pub/lord_cj/ MAINTAINER= calle.madestrand@norrgarden.se @@ -24,16 +24,18 @@ WRKSRC= ${WRKDIR}/TekNap PLIST_SUB+= PORTVERSION="${PORTVERSION}" USE_GMAKE= yes -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> -.if defined(HAVE_GTK) -USE_GTK= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 CONFIGURE_ARGS+=--with-gtk +PKGNAMESUFFIX= -gtk .else CONFIGURE_ARGS+=--without-gtk .endif |