diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
commit | 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (patch) | |
tree | 2ea6ce0b6670b855d3d73a1ec0e056a5df254786 /net-mgmt | |
parent | b53629dafbc9bddce9311abaa627ad65302e89fb (diff) | |
download | FreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.zip FreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/driftnet/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile index 19e116a..76e7789 100644 --- a/net-mgmt/driftnet/Makefile +++ b/net-mgmt/driftnet/Makefile @@ -16,7 +16,8 @@ MAINTAINER= corecode@corecode.ath.cx LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 03a0c9e..74519cc 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -15,7 +15,8 @@ MAINTAINER= markp@FreeBSD.org LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CONFIGURE_ARGS+= --with-ucdsnmp-prefix=${LOCALBASE} post-patch: |