summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2005-12-30 16:32:44 +0000
committerHiroki Sato <hrs@FreeBSD.org>2005-12-30 16:32:44 +0000
commit5466000daa4c1f7715c586b5bbb6bc3cf18f1cf1 (patch)
tree24ec8c0e87a01c9d972cb54dabf0f1d5f17b2a7c /textproc
parent6821e6223f5759b9c39c13ab5e314957f0b32629 (diff)
downloadfreebsd-ports-5466000daa4c1f7715c586b5bbb6bc3cf18f1cf1.zip
Fix dependency when WITH_JADETEX=yes.
PR: ports/90869 Submitted by: Michael C. Shultz
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index e43385cdaaf6..e95fad399f33 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= docproj
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= textproc
MASTER_SITES= # empty
DISTFILES= # empty
@@ -51,6 +51,7 @@ IS_INTERACTIVE= "user must set WITH_JADETEX variable to 'yes' or 'no'"
.endif
.if defined(WITH_JADETEX) && ${WITH_JADETEX} == yes
RUN_DEPENDS+= ${LOCALBASE}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex
+RUN_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex
.endif
.if ${PERL_LEVEL} < 500804