diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
commit | be41425d62fadcf027f2786f380ffa32662102d1 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /net-mgmt | |
parent | 83021732317b2ba7b8c7b282f63433710942e378 (diff) | |
download | freebsd-ports-gnome-be41425d62fadcf027f2786f380ffa32662102d1.tar.gz freebsd-ports-gnome-be41425d62fadcf027f2786f380ffa32662102d1.tar.zst freebsd-ports-gnome-be41425d62fadcf027f2786f380ffa32662102d1.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 7 |
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` |