summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 21:16:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 21:16:30 +0000
commitbe41425d62fadcf027f2786f380ffa32662102d1 (patch)
tree01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /net-mgmt
parentAdd an explicit dependency on pkgconf (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326090
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/mbrowse/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile
index bbc7a3bd2409..432ac25d8d2f 100644
--- a/net-mgmt/mbrowse/Makefile
+++ b/net-mgmt/mbrowse/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mbrowse
-# Date created: Apr 4, 2002
-# Whom: Mark Pulford <mark@kyne.com.au>
-#
+# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
-#
PORTNAME= mbrowse
PORTVERSION= 0.4.0
@@ -18,6 +14,7 @@ LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
GNU_CONFIGURE= yes
PLIST_FILES= bin/mbrowse
+USES= pkgconfig
USE_GNOME= gtk20
CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net
CPPFLAGS+= `net-snmp-config --cflags`