aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-23 20:58:35 +0800
committerbapt <bapt@FreeBSD.org>2014-07-23 20:58:35 +0800
commitea0334f72914938ac0ef304de7ee33b03c0a798c (patch)
tree5c83e6885a6b2a9856f847a7c83fa050ffc4ee2d /lang
parentd15c1e002b6f586f473a0f6224b635a8d75a6f2b (diff)
downloadfreebsd-ports-gnome-ea0334f72914938ac0ef304de7ee33b03c0a798c.tar.gz
freebsd-ports-gnome-ea0334f72914938ac0ef304de7ee33b03c0a798c.tar.zst
freebsd-ports-gnome-ea0334f72914938ac0ef304de7ee33b03c0a798c.zip
Do not hardcode dvips dependency
Diffstat (limited to 'lang')
-rw-r--r--lang/twelf/Makefile3
1 files changed, 1 insertions, 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 <bsd.port.options.mk>
.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: