diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-24 01:50:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-24 01:50:57 +0000 |
commit | 7ec72595b7a597c9065b504802ff4d9459ecaa6e (patch) | |
tree | dcd0e8852c499a77432e0b3c81f168124fe734aa /print/bibtool/Makefile | |
parent | 63f05e0efbbf52c66f412088a29cc66b50b4a6d3 (diff) | |
download | pkgsrc-7ec72595b7a597c9065b504802ff4d9459ecaa6e.tar.gz |
Fix LP64 problems and patch up some other stuff that appeared while
doing so.
Diffstat (limited to 'print/bibtool/Makefile')
-rw-r--r-- | print/bibtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index 58e1248f769..f2c4f4c9a5f 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/12/24 00:56:19 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2012/12/24 01:50:57 dholland Exp $ DISTNAME= BibTool-2.48 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} |