aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-23 20:39:14 +0800
committerbapt <bapt@FreeBSD.org>2014-07-23 20:39:14 +0800
commit7a4b552fd242696ef7c85afaf0444499f3475b09 (patch)
treef707e6380a7adfa1d2ac7799d0a24f1456c04e50
parent53651279c24f45bbc3c825a43998958e09d8a1a4 (diff)
downloadfreebsd-ports-gnome-7a4b552fd242696ef7c85afaf0444499f3475b09.tar.gz
freebsd-ports-gnome-7a4b552fd242696ef7c85afaf0444499f3475b09.tar.zst
freebsd-ports-gnome-7a4b552fd242696ef7c85afaf0444499f3475b09.zip
Do not hardcode latex dependency
-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