summaryrefslogtreecommitdiff
path: root/www/ap-php/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-php/Makefile')
-rw-r--r--www/ap-php/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile
index b0121cb5aa2..d3c5b8ed3fc 100644
--- a/www/ap-php/Makefile
+++ b/www/ap-php/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2017/08/17 15:05:42 hauke Exp $
+# $NetBSD: Makefile,v 1.38 2018/01/15 09:51:55 jperkin Exp $
PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP}
@@ -9,8 +9,8 @@ USE_TOOLS+= lex pkg-config
APACHE_MODULE= YES
-PKGSRC_USE_FORTIFY= no
-PKGSRC_USE_SSP= no
+FORTIFY_SUPPORTED= no
+SSP_SUPPORTED= no
.include "../../lang/php/phpversion.mk"
.include "${PHPPKGSRCDIR}/Makefile.php"