svn commit: r359301 - head/textproc/iksemel

Antoine Brodin antoine at FreeBSD.org
Wed Jun 25 20:28:15 UTC 2014


Author: antoine
Date: Wed Jun 25 20:28:15 2014
New Revision: 359301
URL: http://svnweb.freebsd.org/changeset/ports/359301
QAT: https://qat.redports.org/buildarchive/r359301/

Log:
  Allow to build with texinfo from ports

Modified:
  head/textproc/iksemel/Makefile

Modified: head/textproc/iksemel/Makefile
==============================================================================
--- head/textproc/iksemel/Makefile	Wed Jun 25 20:24:01 2014	(r359300)
+++ head/textproc/iksemel/Makefile	Wed Jun 25 20:28:15 2014	(r359301)
@@ -19,7 +19,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		pkgconfig
+USES=		makeinfo pkgconfig
 
 INFO=	iksemel
 


More information about the svn-ports-all mailing list