treat for the case PKG_PHP_VERSION=52
This commit is contained in:
parent
73f8cd7428
commit
2afdceb0ff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue