diff options
author | wiz <wiz> | 2012-02-06 12:41:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-02-06 12:41:29 +0000 |
commit | 31e09294d3bc309911923d250ffe183a08fcd09e (patch) | |
tree | fd359dd4887f4d378996d93a6a5a5c1ef6c0b6ca /textproc/tex2page | |
parent | 117a55b2f052b6cd7ecccaa90df28aad967c50b4 (diff) | |
download | pkgsrc-31e09294d3bc309911923d250ffe183a08fcd09e.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Diffstat (limited to 'textproc/tex2page')
-rw-r--r-- | textproc/tex2page/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile index 974d4e04c02..c00f9e54754 100644 --- a/textproc/tex2page/Makefile +++ b/textproc/tex2page/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2011/01/13 13:39:28 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/02/06 12:41:45 wiz Exp $ # DISTNAME= tex2page DIST_SUBDIR= tex2page-20060131 PKGNAME= tex2page-20060131 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= textproc MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/ |