Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 19:40:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359293 - head/dns/libidn
Message-ID:  <201406251940.s5PJeFwH098789@svn.freebsd.org>

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



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