diff options
author | Michael Moll <mmoll@FreeBSD.org> | 2015-11-05 10:14:49 +0000 |
---|---|---|
committer | Michael Moll <mmoll@FreeBSD.org> | 2015-11-05 10:14:49 +0000 |
commit | f914fcc9aaef27dc23d239fcc978a62799ace5bf (patch) | |
tree | 20ba2eb818994fd92435bd2f062b5ccd3328a541 /lang/ruby21 | |
parent | 55d8e84347b08a88a42604b379c8a3a8d99a9459 (diff) | |
download | ports-f914fcc9aaef27dc23d239fcc978a62799ace5bf.tar.gz ports-f914fcc9aaef27dc23d239fcc978a62799ace5bf.zip |
Notes
Diffstat (limited to 'lang/ruby21')
-rw-r--r-- | lang/ruby21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile index 4e2f4d0eb3ad..08ea5a42237c 100644 --- a/lang/ruby21/Makefile +++ b/lang/ruby21/Makefile @@ -62,11 +62,11 @@ CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp LIBEDIT_BUILD_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit -LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LIBEDITPREFIX} +LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE} LIBEDIT_RUN_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit RDOC_CONFIGURE_ENABLE= install-rdoc READLINE_BUILD_DEPENDS= readline>=0:${PORTSDIR}/devel/readline -READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${READLINEPREFIX} +READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE} READLINE_RUN_DEPENDS= readline>=0:${PORTSDIR}/devel/readline CPE_VENDOR= ruby-lang |