From 16dde329996dab1134c5cdbefd6341a0289a1633 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 21 Sep 2011 13:10:25 +0000 Subject: Added MESSAGE_SUBST --- www/ap-php/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'www/ap-php') diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index 9ed97f626a5..98d3664bbf9 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/08/12 12:24:52 taca Exp $ -# +# $NetBSD: Makefile,v 1.26 2011/09/21 13:10:25 adam Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_BASE_VERS} PKGREVISION= 1 @@ -16,8 +15,10 @@ APACHE_MODULE= YES .include "../../lang/php/phpversion.mk" .include "${PHPPKGSRCDIR}/Makefile.php" +MESSAGE_SUBST+= PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} + # Ensure we export symbols in the linked shared object. -CONFIGURE_ENV+= EXTRA_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q} +CONFIGURE_ENV+= EXTRA_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q} INSTALLATION_DIRS= lib/httpd -- cgit v1.2.3