aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-21 00:53:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-21 00:53:37 +0000
commitfc684c4112e25da86e618476ea4120be4935d4b8 (patch)
tree981e33b8e6214e3575b576be3d9fe619ea789e3e /net-mgmt
parent92ef3f4c43da8e1062f5e59ef59d2aa36064865a (diff)
downloadports-fc684c4112e25da86e618476ea4120be4935d4b8.tar.gz
ports-fc684c4112e25da86e618476ea4120be4935d4b8.zip
Notes
Diffstat (limited to 'net-mgmt')
-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>