diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-06 18:32:19 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-06 18:32:19 +0000 |
commit | 75e2f2c1c69330ffaff00c8ee1397cfb811cd1e2 (patch) | |
tree | 866d851278e562efca3ca9540552e0bb238eb2c0 /archivers/Makefile | |
parent | c3019e589ef42971fb784322c5bc2bb0ce1159fe (diff) | |
download | pkgsrc-75e2f2c1c69330ffaff00c8ee1397cfb811cd1e2.tar.gz |
php4-zip was replaced by php-zip, which can be used with both PHP4 and PHP5.
The PECL extension is preferred even for PHP4 (which has zip extension
bundled), since further maintenance is likely to be more active there.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index f73dbec492f..c58b603da31 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2004/10/31 21:46:40 jdolecek Exp $ +# $NetBSD: Makefile,v 1.79 2004/11/06 18:32:19 jdolecek Exp $ # COMMENT= Archivers @@ -49,7 +49,7 @@ SUBDIR+= p7zip SUBDIR+= par2 SUBDIR+= pax SUBDIR+= php-bz2 -SUBDIR+= php4-zip +SUBDIR+= php-zip SUBDIR+= php-zlib SUBDIR+= ppmd SUBDIR+= ppunpack |