pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/latex2html Added the explicit path to ghostsc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5907ec406cdc
branches:  trunk
changeset: 504774:5907ec406cdc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Dec 20 23:04:37 2005 +0000

description:
Added the explicit path to ghostscript to the CONFIGURE_ARGS to avoid
references to the working directory.

diffstat:

 textproc/latex2html/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8654abae77be -r 5907ec406cdc textproc/latex2html/Makefile
--- a/textproc/latex2html/Makefile      Tue Dec 20 22:48:34 2005 +0000
+++ b/textproc/latex2html/Makefile      Tue Dec 20 23:04:37 2005 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index