From 80fdfdf8c818153661aeea17d34f194868823e31 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 23 Jul 2014 12:58:35 +0000 Subject: [PATCH] Do not hardcode dvips dependency --- lang/twelf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index b4aa50e669cb..89239c05050b 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -27,9 +27,8 @@ PORTDOCS= dvi html info pdf ps .include .if ${PORT_OPTIONS:MDOCS} -USE_TEX= tex:build +USE_TEX= tex:build dvipsk:build BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -BUILD_DEPENDS+= ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvipsk-tetex .endif post-patch: