17 lines
464 B
Text
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"
|