aboutsummaryrefslogtreecommitdiffstats
path: root/dns/libidn2
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-08-03 02:35:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-08-03 02:35:07 +0800
commit8a36e8f00e5000944056a9cb765142e56b2ac2fe (patch)
tree2adafde13444b704ce1bba5b2a736a25870e3d01 /dns/libidn2
parent2e240540b526c74f9ce47215ed6fae9cd11d2819 (diff)
downloadfreebsd-ports-gnome-8a36e8f00e5000944056a9cb765142e56b2ac2fe.tar.gz
freebsd-ports-gnome-8a36e8f00e5000944056a9cb765142e56b2ac2fe.tar.zst
freebsd-ports-gnome-8a36e8f00e5000944056a9cb765142e56b2ac2fe.zip
Remove BUILD_DEPENDS by pretending ronn exists
Diffstat (limited to 'dns/libidn2')
-rw-r--r--dns/libidn2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile
index 73fb8a99b5bf..88ea4a62419f 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