diff options
author | taca <taca@pkgsrc.org> | 2012-06-16 02:49:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-16 02:49:39 +0000 |
commit | 0246b9b621c1102026ad27480d9cb260c86488e5 (patch) | |
tree | ab63297be49a15214af57699e65b6bb89370dd0d /archivers/php-zip | |
parent | 157c5b6aa68a6d42d3c608f8bc27c803a20d6b4b (diff) | |
download | pkgsrc-0246b9b621c1102026ad27480d9cb260c86488e5.tar.gz |
Change "5" as value of PKG_PHP_VERSION.
And restrict the case PHP_BASE_VERS in PKGNAME for PHP 5.2.17.
Diffstat (limited to 'archivers/php-zip')
-rw-r--r-- | archivers/php-zip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile index 20dade284ca..df740326375 100644 --- a/archivers/php-zip/Makefile +++ b/archivers/php-zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/02/22 07:36:07 taca Exp $ +# $NetBSD: Makefile,v 1.14 2012/06/16 02:49:39 taca Exp $ MODNAME= zip PKGREVISION= 2 @@ -13,9 +13,9 @@ CONFIGURE_ARGS+= --enable-zip CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib} USE_PHP_EXT_PATCHES= yes -# Remove these PKGNAME tweak after PHP 5.2.14 release +# Remove these PKGNAME tweak after PHP 5.2.18 release (after support of php52) .include "../../lang/php/phpversion.mk" -.if ${PKG_PHP_VERSION} == "5" +.if ${PHP_BASE_VERS} == "5.2.17" PKGNAME:= ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.8.11 .endif |