diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
commit | cc33170943fa61617b8f7e5b3db1b43320de5379 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /net-mgmt/scli/Makefile | |
parent | 710bc4835ca10e614f678c9ada13dd8c16981f7a (diff) | |
download | freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.gz freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.zst freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-mgmt/scli/Makefile')
-rw-r--r-- | net-mgmt/scli/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile index e6d9a8292736..0864ca4fdad8 100644 --- a/net-mgmt/scli/Makefile +++ b/net-mgmt/scli/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scli -# Date created: 10 September 2001 -# Whom: Michael Lyngbøl <lyngbol@wheel.dk> -# +# Created by: Michael Lyngbøl <lyngbol@wheel.dk> # $FreeBSD$ -# PORTNAME= scli PORTVERSION= 0.3.1 @@ -18,7 +14,7 @@ COMMENT= A collection of SNMP command line management tools LIB_DEPENDS= gsnmp:${PORTSDIR}/net-mgmt/gsnmp GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= libxml2 MAN1= scli.1 |