From eb6d49df2a499500855e0bb289de34396eb10740 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 20 Dec 2005 23:04:37 +0000 Subject: Added the explicit path to ghostscript to the CONFIGURE_ARGS to avoid references to the working directory. --- textproc/latex2html/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc') 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" -- cgit v1.2.3