From 2286d4b08471013c8306d63a16a6c6de0c625c49 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 1 Aug 2014 07:49:12 +0000 Subject: [PATCH] Fix build on head by adding missing USES=readline (uncovered by removal of readline dep from pcre) --- lang/php53/Makefile.ext | 1 + lang/php55/Makefile.ext | 1 + math/R/Makefile | 1 + 3 files changed, 3 insertions(+) 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" diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index 74e38a29710a..07c7519071a9 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -316,6 +316,7 @@ USE_PHP_BUILD= yes .if ${PHP_MODNAME} == "readline" CONFIGURE_ARGS+=--with-readline=/usr +USES+= readline .endif .if ${PHP_MODNAME} == "recode" diff --git a/math/R/Makefile b/math/R/Makefile index 05fc93b47949..3988b22bce27 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -189,6 +189,7 @@ CONFIGURE_ARGS+= --disable-threads .if defined(LIBR_SLAVEPORT) CONFIGURE_ARGS+= --disable-BLAS-shlib --without-pic --without-x +USES+= readline .else # LIBR_SLAVEPORT