summaryrefslogtreecommitdiff
path: root/multimedia/php-ming
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-05-12 11:32:39 +0000
committerobache <obache@pkgsrc.org>2012-05-12 11:32:39 +0000
commit2afdceb0ffc7536c4af3e8e2801ffc40d9f73ef6 (patch)
treed22b659b50a3657999bc85b7a1ebc05eaf8fc39b /multimedia/php-ming
parent73f8cd7428c5c14c72d5aa8c20c39cb26092b39e (diff)
downloadpkgsrc-2afdceb0ffc7536c4af3e8e2801ffc40d9f73ef6.tar.gz
treat for the case PKG_PHP_VERSION=52
Diffstat (limited to 'multimedia/php-ming')
-rw-r--r--multimedia/php-ming/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/php-ming/Makefile b/multimedia/php-ming/Makefile
index a2870455e9a..32dc223a790 100644
--- a/multimedia/php-ming/Makefile
+++ b/multimedia/php-ming/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/05/12 08:58:43 obache Exp $
+# $NetBSD: Makefile,v 1.16 2012/05/12 11:32:39 obache Exp $
.include "../../multimedia/ming/Makefile.common"
PECL_VERSION= ${MING_VERSION}
@@ -26,7 +26,7 @@ post-extract:
# to avoid downgrade version
.include "../../lang/php/phpversion.mk"
-.if ${PKG_PHP_VERSION} == "5"
+.if ${PKG_PHP_VERSION} == "5" || ${PKG_PHP_VERSION} == "52"
PECL_LEGACY_VERSION_SCHEME= yes
.endif