diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-28 06:18:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-28 06:18:24 +0000 |
commit | a9a138b832199dfa62b5622b50aab01ba24938b6 (patch) | |
tree | 2ba36c439ab5f5c4a5580f6eee051da99686fb9d /net | |
parent | 670f568b581856d16af96fcfdc35fa9e10704897 (diff) | |
download | pkgsrc-a9a138b832199dfa62b5622b50aab01ba24938b6.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')
-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" |