diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-20 17:53:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-20 17:53:24 +0800 |
commit | 21cee57b21f180f69e835f2a1134a5eff8750369 (patch) | |
tree | 3e7d92b25f6a35668c25c7f6fa01c7230bc451db /net-mgmt/mbrowse | |
parent | a772d58bcee826ff50642c541ff67e95ff8860ea (diff) | |
download | freebsd-ports-gnome-21cee57b21f180f69e835f2a1134a5eff8750369.tar.gz freebsd-ports-gnome-21cee57b21f180f69e835f2a1134a5eff8750369.tar.zst freebsd-ports-gnome-21cee57b21f180f69e835f2a1134a5eff8750369.zip |
1: remove NO_STAGE
2: new syntax of LIB_DEPENDS
Approved by: portmgr@
Diffstat (limited to 'net-mgmt/mbrowse')
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 6fd4d415272b..627dae086224 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= eg@fbsd.lt COMMENT= An SNMP MIB Browser for X -LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes PLIST_FILES= bin/mbrowse @@ -20,5 +20,4 @@ CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net CPPFLAGS+= `net-snmp-config --cflags` LDFLAGS+= `net-snmp-config --libs` -NO_STAGE= yes .include <bsd.port.mk> |