summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-08-02 18:35:07 +0000
committerRenato Botelho <garga@FreeBSD.org>2017-10-04 14:01:25 -0300
commitf89cbe269d990c016bff000a2b216458d5eca3f5 (patch)
tree2293c089c25ba659b172c8c1f5555f0f802e2b71
parent7841fd375c167842970d2743f58c050e149b0d34 (diff)
downloadFreeBSD-ports-f89cbe269d990c016bff000a2b216458d5eca3f5.zip
FreeBSD-ports-f89cbe269d990c016bff000a2b216458d5eca3f5.tar.gz
Remove BUILD_DEPENDS by pretending ronn exists
(cherry picked from commit 8a36e8f00e5000944056a9cb765142e56b2ac2fe)
-rw-r--r--dns/libidn2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile
index 73fb8a9..88ea4a6 100644
--- a/dns/libidn2/Makefile
+++ b/dns/libidn2/Makefile
@@ -12,11 +12,11 @@ COMMENT= Implementation of IDNA2008 internationalized domain names
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ronn:textproc/rubygem-ronn
LIB_DEPENDS= libunistring.so:devel/libunistring
CONFIGURE_ARGS= --disable-nls \
- --with-libunistring-prefix=${LOCALBASE}
+ --with-libunistring-prefix=${LOCALBASE} \
+ ac_cv_prog_RONN=${TRUE}
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
OpenPOWER on IntegriCloud