summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-09-08 20:40:29 +0000
committerwiz <wiz@pkgsrc.org>2014-09-08 20:40:29 +0000
commitbb23fa3acb03b38cd96e1f9e1290315a6eb0c186 (patch)
tree7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /textproc
parent4fd3b6763914dd3495e7472d571f6bfc69a090f7 (diff)
downloadpkgsrc-bb23fa3acb03b38cd96e1f9e1290315a6eb0c186.tar.gz
DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it. Bump PKGREVISION for packages that (might be|are) changed.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tex2page/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile
index 072536d7a0f..8c595358f9b 100644
--- a/textproc/tex2page/Makefile
+++ b/textproc/tex2page/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2013/04/24 10:06:53 sbd Exp $
-#
+# $NetBSD: Makefile,v 1.25 2014/09/08 20:40:30 wiz Exp $
DISTNAME= tex2page
DIST_SUBDIR= tex2page-20060131
PKGNAME= tex2page-20060131
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= textproc
MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/
@@ -14,6 +13,7 @@ COMMENT= Converts TeX manuscripts into (HTML) web pages
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
+DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
@@ -39,6 +39,5 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/my-tex2page ${DESTDIR}${PREFIX}/bin/tex2page
${INSTALL} ${WRKSRC}/*.html ${WRKSRC}/*.gif ${DESTDIR}${PREFIX}/share/doc//tex2page
-.include "../../graphics/netpbm/buildlink3.mk"
.include "../../lang/guile16/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"