1: remove NO_STAGE

2: new syntax of LIB_DEPENDS

Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-20 09:53:24 +00:00
parent 059776b3fe
commit 62d4b17930
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358543

View File

@ -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>