diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-01 07:49:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-01 07:49:12 +0000 |
commit | 2286d4b08471013c8306d63a16a6c6de0c625c49 (patch) | |
tree | d74e6adf61bb25395b0b17893503860256bd4b79 /lang/php53 | |
parent | e4bac21262941dd9c2b0b52781e5e57dace75b57 (diff) | |
download | ports-2286d4b08471013c8306d63a16a6c6de0c625c49.tar.gz ports-2286d4b08471013c8306d63a16a6c6de0c625c49.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 2449f2b56ce9..49c26d479948 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -302,6 +302,7 @@ USE_PHP_BUILD= yes .if ${PHP_MODNAME} == "readline" CONFIGURE_ARGS+=--with-readline=/usr +USES+= readline .endif .if ${PHP_MODNAME} == "recode" |