summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-31 13:16:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-31 13:16:29 +0000
commit6a8f9fc236ac474bd43e864a7de231d0ab727d92 (patch)
tree2abb7055fd5b85f83e3bd31f0a1429a4a7f29cd4 /lang/php5
parentMake do-install a bit more readable. (diff)
Unbreak php5-readline on head (uncovered by removal of readline dep from pcre)
Notes
Notes: svn path=/head/; revision=363587
Diffstat (limited to 'lang/php5')
-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"