summaryrefslogtreecommitdiff
path: root/lang/php54
diff options
context:
space:
mode:
authortaca <taca>2013-07-29 03:59:44 +0000
committertaca <taca>2013-07-29 03:59:44 +0000
commit7110d1e2cb6f930d9a0f073243b2c5656c4bc915 (patch)
tree77e56cd6626851cb3674abc4df6ddbcea956da9f /lang/php54
parent4483d891c9f821266fc79569f148c23ce4959063 (diff)
downloadpkgsrc-7110d1e2cb6f930d9a0f073243b2c5656c4bc915.tar.gz
Move PHP_CHECK_INSTALLED to before including Makefile.php since it should
be defined before including lang/php/phpversion.mk.
Diffstat (limited to 'lang/php54')
-rw-r--r--lang/php54/Makefile3
-rw-r--r--lang/php54/Makefile.common3
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php54/Makefile b/lang/php54/Makefile
index 29e5d658932..67b1722d2a9 100644
--- a/lang/php54/Makefile
+++ b/lang/php54/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/03/16 01:58:53 taca Exp $
+# $NetBSD: Makefile,v 1.9 2013/07/29 04:20:55 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -14,6 +14,7 @@ TEST_TARGET= test
USE_TOOLS+= gmake lex pkg-config
LIBTOOL_OVERRIDE= # empty
+PHP_CHECK_INSTALLED= No
.include "Makefile.php"
diff --git a/lang/php54/Makefile.common b/lang/php54/Makefile.common
index 6b102469f4f..17e8c818ac7 100644
--- a/lang/php54/Makefile.common
+++ b/lang/php54/Makefile.common
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile.common,v 1.15 2013/07/21 17:29:47 taca Exp $
+# $NetBSD: Makefile.common,v 1.16 2013/07/29 04:20:55 taca Exp $
# used by lang/php54/Makefile.php
# used by lang/php/ext.mk
# used by meta-pkgs/php54-extensions/Makefile
PHP_VERSION_REQD= 54
PHP_BASE_VERS= ${PHP54_VERSION}
-PHP_CHECK_INSTALLED= No
.include "../../lang/php/common.mk"