diff options
author | jlam <jlam> | 2002-02-28 06:18:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-28 06:18:24 +0000 |
commit | 182f30cea84aef25f325ac0dbb464ba6e9e9c6b2 (patch) | |
tree | 2ba36c439ab5f5c4a5580f6eee051da99686fb9d /net/php4-ftp | |
parent | 14b76e8286f59edc2c77b65f98d23732c8d468ff (diff) | |
download | pkgsrc-182f30cea84aef25f325ac0dbb464ba6e9e9c6b2.tar.gz |
Update net/php4-ftp to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
Diffstat (limited to 'net/php4-ftp')
-rw-r--r-- | net/php4-ftp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/php4-ftp/Makefile b/net/php4-ftp/Makefile index ceaf5fb2a87..13700e78636 100644 --- a/net/php4-ftp/Makefile +++ b/net/php4-ftp/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:03 jlam Exp $ - -.include "../../www/php4/Makefile.module" +# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:24 jlam Exp $ MODNAME= ftp CATEGORIES+= net @@ -8,6 +6,9 @@ PKGREVISION= # empty COMMENT= PHP4 extension for FTP access USE_BUILDLINK_ONLY= YES + +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --enable-${MODNAME} .include "../../mk/bsd.pkg.mk" |