diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-12 02:55:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-12 02:55:15 +0000 |
commit | 247e3b55fe828e053caadc5706fd5206751744bf (patch) | |
tree | dc807d6cdab524457cd7ade9f009593895857f56 /textproc/tex2page | |
parent | aaad532dcc10a613a40781a59ffad7247e102cc4 (diff) | |
download | pkgsrc-247e3b55fe828e053caadc5706fd5206751744bf.tar.gz |
Point at lang/guile16 instead of lang/guile in preparation for updating
lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with
guile 1.8.1, but maybe can be easily fixed.
Diffstat (limited to 'textproc/tex2page')
-rw-r--r-- | textproc/tex2page/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile index 146d904b6b1..240f8f5d90f 100644 --- a/textproc/tex2page/Makefile +++ b/textproc/tex2page/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2006/04/23 00:45:07 gdt Exp $ +# $NetBSD: Makefile,v 1.10 2007/06/12 02:55:16 dmcmahill Exp $ # DISTNAME= tex2page DIST_SUBDIR= tex2page-20060131 PKGNAME= tex2page-20060131 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/ @@ -29,6 +29,6 @@ do-install: ${INSTALL} ${WRKSRC}/*.html ${WRKSRC}/*.gif ${PREFIX}/share/doc//tex2page .include "../../graphics/netpbm/buildlink3.mk" -.include "../../lang/guile/buildlink3.mk" +.include "../../lang/guile16/buildlink3.mk" .include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |