diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
commit | 0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /net-mgmt | |
parent | 67024b2839e6cad6b79f6ce35a5925b15cb83cfe (diff) | |
download | ports-0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3.tar.gz ports-0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3.zip |
Notes
Diffstat (limited to 'net-mgmt')
-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 |