summaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-13 06:53:31 +0000
committerjlam <jlam>2002-09-13 06:53:31 +0000
commit10035fcdc6e26e1c5e9db5abf0df0105d66671b5 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /textproc/latex2html
parent0a2a39bebc50e86a43dd22a214e196bb2116d058 (diff)
downloadpkgsrc-10035fcdc6e26e1c5e9db5abf0df0105d66671b5.tar.gz
Use ghostscript.mk.
Diffstat (limited to 'textproc/latex2html')
-rw-r--r--textproc/latex2html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index 67a55a6ea4b..dce1b57deab 100644
--- a/textproc/latex2html/Makefile
+++ b/textproc/latex2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/05/08 11:26:12 markd Exp $
+# $NetBSD: Makefile,v 1.6 2002/09/13 06:53:43 jlam Exp $
DISTNAME= latex2html-2002-1
PKGNAME= latex2html-2002.1
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.latex2html.org
COMMENT= LaTeX to HTML converter
DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
-DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm
USE_PERL5= # defined
@@ -26,4 +25,5 @@ CONFIGURE_ARGS+= --shlibdir=${PREFIX}/share/latex2html
CONFIGURE_ARGS+= --with-iconpath=${LATEX2HTML_ICONPATH}
.endif
+.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"