diff options
author | hrs <hrs@FreeBSD.org> | 2005-12-30 16:32:44 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-12-30 16:32:44 +0000 |
commit | c537284f7bb695959d4f89ab8c96e814e7ce9343 (patch) | |
tree | f4a8ebec459203980767a00d54a81c3406e364e8 | |
parent | 61e5b14e829f1ac87bbfcb31c1b6cff83652111d (diff) | |
download | FreeBSD-ports-c537284f7bb695959d4f89ab8c96e814e7ce9343.zip FreeBSD-ports-c537284f7bb695959d4f89ab8c96e814e7ce9343.tar.gz |
Fix dependency when WITH_JADETEX=yes.
PR: ports/90869
Submitted by: Michael C. Shultz
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index e43385c..e95fad3 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 |