summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-03 01:06:26 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-03 01:06:26 +0000
commitb9d28dac8bcf452764f8ce8b746fec7b7f1d08c6 (patch)
treeb30ed2b5536a097f7dedd7f93759426c246d1d38 /net-mgmt
parentFix format string bugs. (diff)
Deploy USE_GNOMENG infrastructure
PR: 42345 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65520
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/driftnet/Makefile3
-rw-r--r--net-mgmt/mbrowse/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile
index 19e116a878ab..76e7789036c4 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 03a0c9e6f10c..74519cc3bcf8 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: