svn commit: r358543 - head/net-mgmt/mbrowse
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Jun 20 09:53:24 UTC 2014
Author: vanilla
Date: Fri Jun 20 09:53:24 2014
New Revision: 358543
URL: http://svnweb.freebsd.org/changeset/ports/358543
QAT: https://qat.redports.org/buildarchive/r358543/
Log:
1: remove NO_STAGE
2: new syntax of LIB_DEPENDS
Approved by: portmgr@
Modified:
head/net-mgmt/mbrowse/Makefile
Modified: head/net-mgmt/mbrowse/Makefile
==============================================================================
--- head/net-mgmt/mbrowse/Makefile Fri Jun 20 09:50:29 2014 (r358542)
+++ head/net-mgmt/mbrowse/Makefile Fri Jun 20 09:53:24 2014 (r358543)
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}
MAINTAINER= eg at 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=${PRE
CPPFLAGS+= `net-snmp-config --cflags`
LDFLAGS+= `net-snmp-config --libs`
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list