summaryrefslogtreecommitdiff
path: root/lang/php54/Makefile.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php54/Makefile.php')
-rw-r--r--lang/php54/Makefile.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/php54/Makefile.php b/lang/php54/Makefile.php
index 63b79bbf6e9..59b0264bc37 100644
--- a/lang/php54/Makefile.php
+++ b/lang/php54/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.6 2013/07/21 17:29:47 taca Exp $
+# $NetBSD: Makefile.php,v 1.6.6.1 2014/06/01 13:20:22 spz Exp $
# used by lang/php54/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -72,7 +72,9 @@ CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --without-openssl
.endif
-.if !empty(PKG_OPTIONS:Mmaintainer-zts)
+.if empty(PKG_OPTIONS:Mmaintainer-zts)
+CONFIGURE_ARGS+= --disable-maintainer-zts
+.else
CONFIGURE_ARGS+= --enable-maintainer-zts
.endif