diff options
author | rillig <rillig> | 2005-12-20 23:04:37 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-20 23:04:37 +0000 |
commit | f1dd6dea2871c05c31e6c77b9761bbc9bfc5fecd (patch) | |
tree | f2996de564bca7b7f0e26e8e85f06688c23b2b70 /textproc | |
parent | 3573245f0c6acf1ea635bd060cf5211a584c6225 (diff) | |
download | pkgsrc-f1dd6dea2871c05c31e6c77b9761bbc9bfc5fecd.tar.gz |
Added the explicit path to ghostscript to the CONFIGURE_ARGS to avoid
references to the working directory.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index ce021e2538c..60207d847fd 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/12/05 23:55:20 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/20 23:04:37 rillig Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --shlibdir=${PREFIX}/share/latex2html .if defined(LATEX2HTML_ICONPATH) CONFIGURE_ARGS+= --with-iconpath=${LATEX2HTML_ICONPATH:Q} .endif +CONFIGURE_ARGS+= --with-gs=${TOOLS_PATH.gs:Q} .include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |