aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>