svn commit: r447146 - head/dns/libidn2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Aug 2 18:35:09 UTC 2017
Author: sunpoet
Date: Wed Aug 2 18:35:07 2017
New Revision: 447146
URL: https://svnweb.freebsd.org/changeset/ports/447146
Log:
Remove BUILD_DEPENDS by pretending ronn exists
Modified:
head/dns/libidn2/Makefile
Modified: head/dns/libidn2/Makefile
==============================================================================
--- head/dns/libidn2/Makefile Wed Aug 2 18:30:59 2017 (r447145)
+++ head/dns/libidn2/Makefile Wed Aug 2 18:35:07 2017 (r447146)
@@ -12,11 +12,11 @@ COMMENT= Implementation of IDNA2008 internationalized
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
More information about the svn-ports-head
mailing list