svn commit: r354699 - head/net-mgmt/scli

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 21 00:53:38 UTC 2014


Author: amdmi3
Date: Wed May 21 00:53:37 2014
New Revision: 354699
URL: http://svnweb.freebsd.org/changeset/ports/354699
QAT: https://qat.redports.org/buildarchive/r354699/

Log:
  - Use new LIB_DEPENDS syntax
  
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/scli/Makefile

Modified: head/net-mgmt/scli/Makefile
==============================================================================
--- head/net-mgmt/scli/Makefile	Wed May 21 00:50:55 2014	(r354698)
+++ head/net-mgmt/scli/Makefile	Wed May 21 00:53:37 2014	(r354699)
@@ -11,7 +11,7 @@ MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/
 MAINTAINER=	lyngbol at wheel.dk
 COMMENT=	A collection of SNMP command line management tools
 
-LIB_DEPENDS=	gsnmp:${PORTSDIR}/net-mgmt/gsnmp
+LIB_DEPENDS=	libgsnmp.so:${PORTSDIR}/net-mgmt/gsnmp
 
 GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig
@@ -20,5 +20,4 @@ USE_GNOME=	libxml2
 INFO=		scli
 PLIST_FILES=	bin/scli man/man1/scli.1.gz
 
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list