svn commit: r359359 - head/graphics/epix

Antoine Brodin antoine at FreeBSD.org
Thu Jun 26 14:19:31 UTC 2014


Author: antoine
Date: Thu Jun 26 14:19:30 2014
New Revision: 359359
URL: http://svnweb.freebsd.org/changeset/ports/359359
QAT: https://qat.redports.org/buildarchive/r359359/

Log:
  Allow to build with texinfo from ports

Modified:
  head/graphics/epix/Makefile

Modified: head/graphics/epix/Makefile
==============================================================================
--- head/graphics/epix/Makefile	Thu Jun 26 14:17:05 2014	(r359358)
+++ head/graphics/epix/Makefile	Thu Jun 26 14:19:30 2014	(r359359)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	latex-pgf>=0:${PORTSDIR}/
 		bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USES=		gmake tar:bzip2
+USES=		gmake makeinfo tar:bzip2
 USE_TEX=	latex dvipsk:build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-bash=${LOCALBASE}/bin/bash \


More information about the svn-ports-head mailing list