svn commit: r362670 - head/graphics/epix
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 23 12:39:15 UTC 2014
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
More information about the svn-ports-head
mailing list