pkgsrc/lang/php54/Makefile.common
taca 2cf0bfe873 Move PHP_CHECK_INSTALLED to before including Makefile.php since it should
be defined before including lang/php/phpversion.mk.
2013-07-29 03:59:44 +00:00

17 lines
464 B
Text

# $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}
.include "../../lang/php/common.mk"
CATEGORIES+= www
MAINTAINER?= pkgsrc-users@NetBSD.org
# needed due to (broken?) configure checks in php-xmlrpc and php5-dom
CONFIGURE_ENV+= PHP_LIBXML_SHARED="1"
.include "../../mk/bsd.prefs.mk"