diff options
author | taca <taca> | 2013-08-14 14:53:03 +0000 |
---|---|---|
committer | taca <taca> | 2013-08-14 14:53:03 +0000 |
commit | aa890d507ab9baf76bbbeab9af18fe3d95ddd642 (patch) | |
tree | 50511461cff9d405b543dbdb2a8c0ea87a0abf46 /lang/php55 | |
parent | 142acc4e9331e913ece7f4fd3a43ac73e0550e05 (diff) | |
download | pkgsrc-aa890d507ab9baf76bbbeab9af18fe3d95ddd642.tar.gz |
Correct checking condition of PHP_CHECK_INSTALLED.
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 240f3b8061f..4c7f6cd573d 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/08/13 10:22:26 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2013/08/14 14:53:03 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -14,7 +14,7 @@ TEST_TARGET= test USE_TOOLS+= gmake lex pkg-config LIBTOOL_OVERRIDE= # empty -PHP_CHECK_INSTALLED= Yes +PHP_CHECK_INSTALLED= No PHP_VERSIONS_ACCEPTED= 55 |