summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authortaca <taca>2011-02-21 16:23:58 +0000
committertaca <taca>2011-02-21 16:23:58 +0000
commitc43b753edeb087a54cbbbab87b5252a6eec2fe1b (patch)
tree94d9dd955e2874b59644b54719b07cbdcdda5389 /lang/php53
parentb8012232a0b6ef01b836e525e66d5a0fb70248be (diff)
downloadpkgsrc-c43b753edeb087a54cbbbab87b5252a6eec2fe1b.tar.gz
Re-enable DL_AUTO_VARS as php5 package.
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/php53/Makefile.php b/lang/php53/Makefile.php
index bcd5b13eea8..4521549c9a0 100644
--- a/lang/php53/Makefile.php
+++ b/lang/php53/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.4 2011/01/30 17:58:06 rumko Exp $
+# $NetBSD: Makefile.php,v 1.5 2011/02/21 16:23:58 taca Exp $
# used by lang/php53/Makefile
# used by www/ap-php/Makefile
@@ -96,3 +96,6 @@ CONFIGURE_ARGS+= --without-openssl
.if !empty(PKG_OPTIONS:Mmaintainer-zts)
CONFIGURE_ARGS+= --enable-maintainer-zts
.endif
+
+DL_AUTO_VARS= yes
+.include "../../mk/dlopen.buildlink3.mk"