summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim>2012-03-07 00:33:55 +0000
committerminskim <minskim>2012-03-07 00:33:55 +0000
commit2a055d5f3fc6d6697652ac86156d8745b50bbf3e (patch)
tree85bde47a3d3727b7eebbe730152d026b7755df95 /textproc
parentf76bb03f23e6093edc3752bce0df1bb6f1f33745 (diff)
downloadpkgsrc-2a055d5f3fc6d6697652ac86156d8745b50bbf3e.tar.gz
Reduce tex2page's dependencies on TeX.
Diffstat (limited to 'textproc')
-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"