Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 12:39: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: r362670 - head/graphics/epix
Message-ID:  <201407231239.s6NCdFIW035838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 23 12:39:14 2014
New Revision: 362670
URL: http://svnweb.freebsd.org/changeset/ports/362670
QAT: https://qat.redports.org/buildarchive/r362670/

Log:
  Do not hardcode latex dependency

Modified:
  head/graphics/epix/Makefile

Modified: head/graphics/epix/Makefile
==============================================================================
--- head/graphics/epix/Makefile	Wed Jul 23 12:35:26 2014	(r362669)
+++ head/graphics/epix/Makefile	Wed Jul 23 12:39:14 2014	(r362670)
@@ -11,8 +11,8 @@ COMMENT=	Creates math plots and line fig
 
 LICENSE=	GPLv2 # (or later)
 
-BUILD_DEPENDS=	latex-pgf>=0:${PORTSDIR}/print/latex-pgf \
-		bash:${PORTSDIR}/shells/bash
+USE_TEX=	texmf:build
+BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 USES=		gmake makeinfo tar:bzip2



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