Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 22:15:50 +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: r362508 - head/math/gri
Message-ID:  <201407212215.s6LMFoWk077103@svn.freebsd.org>

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



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