diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-20 23:04:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-20 23:04:37 +0000 |
commit | 0792fd755b6e1f83b6e2b28bc323abc5b816a79e (patch) | |
tree | f2996de564bca7b7f0e26e8e85f06688c23b2b70 /textproc/latex2html | |
parent | 87282e1246bc86b25c833f58216a9796af263be8 (diff) | |
download | pkgsrc-0792fd755b6e1f83b6e2b28bc323abc5b816a79e.tar.gz |
Added the explicit path to ghostscript to the CONFIGURE_ARGS to avoid
references to the working directory.
Diffstat (limited to 'textproc/latex2html')
-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" |