aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/scli
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-21 08:53:37 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-21 08:53:37 +0800
commitfc684c4112e25da86e618476ea4120be4935d4b8 (patch)
tree981e33b8e6214e3575b576be3d9fe619ea789e3e /net-mgmt/scli
parent92ef3f4c43da8e1062f5e59ef59d2aa36064865a (diff)
downloadfreebsd-ports-gnome-fc684c4112e25da86e618476ea4120be4935d4b8.tar.gz
freebsd-ports-gnome-fc684c4112e25da86e618476ea4120be4935d4b8.tar.zst
freebsd-ports-gnome-fc684c4112e25da86e618476ea4120be4935d4b8.zip
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Diffstat (limited to 'net-mgmt/scli')
-rw-r--r--net-mgmt/scli/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile
index 27b05608172c..ca8032715fde 100644
--- a/net-mgmt/scli/Makefile
+++ b/net-mgmt/scli/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
MAINTAINER= lyngbol@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>