treat for the case PKG_PHP_VERSION=52

This commit is contained in:
obache 2012-05-12 11:32:39 +00:00
parent 73f8cd7428
commit 2afdceb0ff

View file

@ -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