summaryrefslogtreecommitdiff
path: root/textproc/tex2page
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-03-17 14:23:22 +0000
committergdt <gdt@pkgsrc.org>2006-03-17 14:23:22 +0000
commitc487bdd939548171bb1104dbbc4d9446133352e8 (patch)
treefdfbc563300310f9fb840b7f276a1c4f95630eb1 /textproc/tex2page
parent84649bcc6f5e959b12021429c8a936aff7dd4f7a (diff)
downloadpkgsrc-c487bdd939548171bb1104dbbc4d9446133352e8.tar.gz
bl3 against netpbm. Fixes build failure. PKGREVISION++
Diffstat (limited to 'textproc/tex2page')
-rw-r--r--textproc/tex2page/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile
index f98f3a06348..6177bb47c76 100644
--- a/textproc/tex2page/Makefile
+++ b/textproc/tex2page/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2006/03/09 00:12:01 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2006/03/17 14:23:22 gdt Exp $
#
DISTNAME= tex2page
DIST_SUBDIR= tex2page-20060131
PKGNAME= tex2page-20060131
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/
@@ -27,6 +27,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc//tex2page
${INSTALL} ${WRKSRC}/*.html ${WRKSRC}/*.gif ${PREFIX}/share/doc//tex2page
+.include "../../graphics/netpbm/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"