summaryrefslogtreecommitdiff
path: root/lang/php55/Makefile.php
diff options
context:
space:
mode:
authoradam <adam>2013-08-31 12:31:10 +0000
committeradam <adam>2013-08-31 12:31:10 +0000
commit678cb5f7ea3fd91297601465c84a936728a80212 (patch)
tree25ebec1a178ce90aae4fbf07f8f685d83f20e56f /lang/php55/Makefile.php
parent03d75d221dbf3ec1444bc28cb383652f3077e2f7 (diff)
downloadpkgsrc-678cb5f7ea3fd91297601465c84a936728a80212.tar.gz
Included mk/bsd.options.mk
Diffstat (limited to 'lang/php55/Makefile.php')
-rw-r--r--lang/php55/Makefile.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php55/Makefile.php b/lang/php55/Makefile.php
index 4cbbadc8ca3..36fb3d923ee 100644
--- a/lang/php55/Makefile.php
+++ b/lang/php55/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.1 2013/07/29 16:41:02 taca Exp $
+# $NetBSD: Makefile.php,v 1.2 2013/08/31 12:31:10 adam Exp $
# used by lang/php55/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -51,6 +51,8 @@ PKG_SUGGESTED_OPTIONS+= inet6 ssl
PKG_SUPPORTED_OPTIONS+= dtrace
.endif
+.include "../../mk/bsd.options.mk"
+
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else