diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-20 09:53:24 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-20 09:53:24 +0000 |
commit | 62d4b17930766eade6b6389c61db5165152674a6 (patch) | |
tree | 3e7d92b25f6a35668c25c7f6fa01c7230bc451db /net-mgmt | |
parent | 059776b3fe32593746cb60f10918e53ffed07c0c (diff) |
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')
-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> |