summaryrefslogtreecommitdiff
path: root/textproc/tex2page
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2012-03-07 00:33:55 +0000
committerminskim <minskim@pkgsrc.org>2012-03-07 00:33:55 +0000
commitc9a4ef8bc9e89335b230a953b9fd5b9dd8906b5b (patch)
tree85bde47a3d3727b7eebbe730152d026b7755df95 /textproc/tex2page
parentcefd49db1877dc8d216c5f8f3ae6261cabffaad2 (diff)
downloadpkgsrc-c9a4ef8bc9e89335b230a953b9fd5b9dd8906b5b.tar.gz
Reduce tex2page's dependencies on TeX.
Diffstat (limited to 'textproc/tex2page')
-rw-r--r--textproc/tex2page/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile
index c00f9e54754..7d350998955 100644
--- a/textproc/tex2page/Makefile
+++ b/textproc/tex2page/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2012/02/06 12:41:45 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/03/07 00:33:55 minskim Exp $
#
DISTNAME= tex2page
DIST_SUBDIR= tex2page-20060131
PKGNAME= tex2page-20060131
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= textproc
MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/
@@ -15,6 +15,14 @@ COMMENT= Converts TeX manuscripts into (HTML) web pages
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
+DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
+DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
+DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+DEPENDS+= tex-metapost-[0-9]*:../../graphics/tex-metapost
+DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
+DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
@@ -35,5 +43,4 @@ do-install:
.include "../../graphics/netpbm/buildlink3.mk"
.include "../../lang/guile16/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"