svn commit: r359293 - head/dns/libidn

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 19:40:16 UTC 2014


Author: bapt
Date: Wed Jun 25 19:40:15 2014
New Revision: 359293
URL: http://svnweb.freebsd.org/changeset/ports/359293
QAT: https://qat.redports.org/buildarchive/r359293/

Log:
  Fix build with ports makeinfo

Modified:
  head/dns/libidn/Makefile

Modified: head/dns/libidn/Makefile
==============================================================================
--- head/dns/libidn/Makefile	Wed Jun 25 19:37:36 2014	(r359292)
+++ head/dns/libidn/Makefile	Wed Jun 25 19:40:15 2014	(r359293)
@@ -17,7 +17,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 USE_PERL5=	build
-USES=		iconv pathfix perl5 pkgconfig
+USES=		iconv makeinfo pathfix perl5 pkgconfig
 
 INFO=		libidn
 


More information about the svn-ports-head mailing list