aboutsummaryrefslogtreecommitdiff
path: root/graphics/epix
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-23 12:39:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-23 12:39:14 +0000
commitce6b27d11897896080589c14969fe9518945e25e (patch)
treef707e6380a7adfa1d2ac7799d0a24f1456c04e50 /graphics/epix
parent4d13dd502d0f0a73706c0f68a7e4812837d99d13 (diff)
downloadports-ce6b27d11897896080589c14969fe9518945e25e.tar.gz
ports-ce6b27d11897896080589c14969fe9518945e25e.zip
Do not hardcode latex dependency
Notes
Notes: svn path=/head/; revision=362670
Diffstat (limited to 'graphics/epix')
-rw-r--r--graphics/epix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile
index 3534b8f93ce1..44891f071e74 100644
--- a/graphics/epix/Makefile
+++ b/graphics/epix/Makefile
@@ -11,8 +11,8 @@ COMMENT= Creates math plots and line figures using easy-to-learn syntax
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