diff options
Diffstat (limited to 'net-mgmt/scli/Makefile')
-rw-r--r-- | net-mgmt/scli/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile index 5e8f70173c9a..84c7a7daabec 100644 --- a/net-mgmt/scli/Makefile +++ b/net-mgmt/scli/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: stools +# New ports collection makefile for: scli # Date created: 10 September 2001 # Whom: Michael Lyngbøl <lyngbol@wheel.dk> # # $FreeBSD$ # -PORTNAME= stools -PORTVERSION= 0.1.20 +PORTNAME= scli +PORTVERSION= 0.2.4 CATEGORIES= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/ @@ -15,8 +15,8 @@ MAINTAINER= lyngbol@wheel.dk LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USE_GTK= yes +USE_GLIB= yes -MAN1= scli.1 stop.1 +MAN1= scli.1 .include <bsd.port.mk> |