diff options
Diffstat (limited to 'net/php-ftp')
-rw-r--r-- | net/php-ftp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/php-ftp/Makefile b/net/php-ftp/Makefile index 734d63006e3..41c6e15f575 100644 --- a/net/php-ftp/Makefile +++ b/net/php-ftp/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:57 tv Exp $ MODNAME= ftp PKGREVISION= # empty CATEGORIES+= net COMMENT= PHP extension for FTP access -USE_BUILDLINK3= YES CONFIGURE_ARGS+= --enable-${MODNAME} |