summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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