summaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-13 06:53:31 +0000
committerjlam <jlam@pkgsrc.org>2002-09-13 06:53:31 +0000
commit1293a34c3ecc1180b38cf0663789b8d08112bef8 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /textproc/latex2html
parent477c5648f179561a49b3c4d332b367e16a2fb0f1 (diff)
downloadpkgsrc-1293a34c3ecc1180b38cf0663789b8d08112bef8.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"