diff options
Diffstat (limited to 'net/php-ftp/Makefile')
-rw-r--r-- | net/php-ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/php-ftp/Makefile b/net/php-ftp/Makefile index a43cecc7d4e..66320e99cc7 100644 --- a/net/php-ftp/Makefile +++ b/net/php-ftp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:29 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/02 18:27:57 joerg Exp $ MODNAME= ftp -PKGREVISION= 1 CATEGORIES+= net COMMENT= PHP extension for FTP access +CONFLICTS= php-ftp-[0-9] CONFIGURE_ARGS+= --enable-${MODNAME} |