aboutsummaryrefslogtreecommitdiff
path: root/dns/libidn2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-02 18:35:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-02 18:35:07 +0000
commit4995f8e0fcfa57503ff4fec34e4bacb691cbcdfa (patch)
tree2adafde13444b704ce1bba5b2a736a25870e3d01 /dns/libidn2
parentc4ca00b3fef50f08fd9a2f933c483418516fc879 (diff)
downloadports-4995f8e0fcfa57503ff4fec34e4bacb691cbcdfa.tar.gz
ports-4995f8e0fcfa57503ff4fec34e4bacb691cbcdfa.zip
Remove BUILD_DEPENDS by pretending ronn exists
Notes
Notes: svn path=/head/; revision=447146
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