Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 18:35:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447146 - head/dns/libidn2
Message-ID:  <201708021835.v72IZ7rT069889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708021835.v72IZ7rT069889>