svn commit: r362508 - head/math/gri

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 21 22:15:50 UTC 2014


Author: bapt
Date: Mon Jul 21 22:15:50 2014
New Revision: 362508
URL: http://svnweb.freebsd.org/changeset/ports/362508
QAT: https://qat.redports.org/buildarchive/r362508/

Log:
  Fix build with texlive and on system without makeinfo in base

Modified:
  head/math/gri/Makefile

Modified: head/math/gri/Makefile
==============================================================================
--- head/math/gri/Makefile	Mon Jul 21 22:14:39 2014	(r362507)
+++ head/math/gri/Makefile	Mon Jul 21 22:15:50 2014	(r362508)
@@ -12,7 +12,7 @@ COMMENT=	Extensible plotting language fo
 
 LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/science/netcdf
 
-USES=		gmake readline shebangfix
+USES=		gmake readline shebangfix makeinfo
 SHEBANG_FILES=	src/gri_merge src/gri_unpage
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-FreeBSD
@@ -21,6 +21,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 INFO=		gri
+USE_TEX=	formats
 PORTDOCS=	*
 PORTEXAMPLES=	*
 PLIST_FILES=	bin/gri bin/gri_merge bin/gri_unpage \


More information about the svn-ports-all mailing list