Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 09:53:24 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358543 - head/net-mgmt/mbrowse
Message-ID:  <201406200953.s5K9rO30011828@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406200953.s5K9rO30011828>