aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-07-31 21:16:29 +0800
committerantoine <antoine@FreeBSD.org>2014-07-31 21:16:29 +0800
commit908c5153e763bb7922379db2a83619f9e587df35 (patch)
tree2abb7055fd5b85f83e3bd31f0a1429a4a7f29cd4 /lang
parentcc57671d95dec447cd047e0f2f9b102fb45ae803 (diff)
downloadfreebsd-ports-gnome-908c5153e763bb7922379db2a83619f9e587df35.tar.gz
freebsd-ports-gnome-908c5153e763bb7922379db2a83619f9e587df35.tar.zst
freebsd-ports-gnome-908c5153e763bb7922379db2a83619f9e587df35.zip
Unbreak php5-readline on head (uncovered by removal of readline dep from pcre)
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile.ext1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index de3e00f9255b..575a87485947 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -312,6 +312,7 @@ USE_PHP_BUILD= yes
.if ${PHP_MODNAME} == "readline"
CONFIGURE_ARGS+=--with-readline=/usr
+USES+= readline
.endif
.if ${PHP_MODNAME} == "recode"