summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorobache <obache>2012-07-27 00:16:47 +0000
committerobache <obache>2012-07-27 00:16:47 +0000
commit8c91b1abf3df2f7813dc3e266b9035188f93c3f3 (patch)
tree903fde341e3fd7d33df70250bf384f5488b71f0a /lang/php53
parent99cca595653353a8a97c0bc8dbb49101c31152ca (diff)
downloadpkgsrc-8c91b1abf3df2f7813dc3e266b9035188f93c3f3.tar.gz
readline support require GNU readline.
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php53/Makefile.php b/lang/php53/Makefile.php
index 8c6240f826f..0d9f89dd269 100644
--- a/lang/php53/Makefile.php
+++ b/lang/php53/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.20 2012/07/25 13:18:43 fhajny Exp $
+# $NetBSD: Makefile.php,v 1.21 2012/07/27 00:16:47 obache Exp $
# used by lang/php53/Makefile
# used by www/ap-php/Makefile
@@ -96,6 +96,7 @@ CONFIGURE_ARGS+= --enable-maintainer-zts
.endif
.if !empty(PKG_OPTIONS:Mreadline)
+USE_GNU_READLINE= yes
.include "../../devel/readline/buildlink3.mk"
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
.else