From 7a4b552fd242696ef7c85afaf0444499f3475b09 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 23 Jul 2014 12:39:14 +0000 Subject: Do not hardcode latex dependency --- graphics/epix/Makefile | 4 ++-- 1 file 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 -- cgit