diff options
author | bmah <bmah@FreeBSD.org> | 2002-03-29 01:00:26 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-03-29 01:00:26 +0800 |
commit | 6bd22bf6fba3e3df397e22801e0d4fd602ef7b34 (patch) | |
tree | 60bc07f5ce385b93e73ef982e05dbbd90bab9bd9 | |
parent | 430513adc33356de62857c01bfa59a1b4e49dcb9 (diff) | |
download | freebsd-ports-gnome-6bd22bf6fba3e3df397e22801e0d4fd602ef7b34.tar.gz freebsd-ports-gnome-6bd22bf6fba3e3df397e22801e0d4fd602ef7b34.tar.zst freebsd-ports-gnome-6bd22bf6fba3e3df397e22801e0d4fd602ef7b34.zip |
Partial back-out of 1.35->1.36.
This unbreaks the port build in the case that the user wants JADETEX=yes
and there isn't an existing TeX installation (specifically, kpsewhich
in the user's $PATH); we might want another knob to really fix PR
ports/29153.
Reviewed by: Niall Brady <bradyn@maths.tcd.ie>
-rw-r--r-- | textproc/docproj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 0ddc1d21ff83..1fbd9fb7f4b7 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -49,7 +49,7 @@ JADETEX?= .endif .if ${JADETEX} == yes -RUN_DEPENDS+= `kpsewhich -expand-var '$$TEXMFMAIN'`/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex +RUN_DEPENDS+= ${PREFIX}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex .endif EXTRACT_ONLY= # empty |