1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-05-21 00:53:37 +00:00
parent 92ef3f4c43
commit fc684c4112
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354699

View File

@ -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>