aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/mbrowse
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-20 09:53:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-20 09:53:24 +0000
commit62d4b17930766eade6b6389c61db5165152674a6 (patch)
tree3e7d92b25f6a35668c25c7f6fa01c7230bc451db /net-mgmt/mbrowse
parent059776b3fe32593746cb60f10918e53ffed07c0c (diff)
downloadports-62d4b17930766eade6b6389c61db5165152674a6.tar.gz
ports-62d4b17930766eade6b6389c61db5165152674a6.zip
1: remove NO_STAGE
2: new syntax of LIB_DEPENDS Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358543
Diffstat (limited to 'net-mgmt/mbrowse')
-rw-r--r--net-mgmt/mbrowse/Makefile3
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>