summaryrefslogtreecommitdiff
path: root/multimedia/php-ming
diff options
context:
space:
mode:
authorobache <obache>2012-05-12 11:32:39 +0000
committerobache <obache>2012-05-12 11:32:39 +0000
commit8f56e61c3dd344a386b41e7d829a4272aa6b91ed (patch)
treed22b659b50a3657999bc85b7a1ebc05eaf8fc39b /multimedia/php-ming
parentd748ad983a26967ec5b0dc37a59b72cae446d182 (diff)
downloadpkgsrc-8f56e61c3dd344a386b41e7d829a4272aa6b91ed.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