diff options
-rw-r--r-- | graphics/epix/Makefile | 4 |
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 |