diff options
author | tonio <tonio> | 2005-09-27 12:25:35 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-09-27 12:25:35 +0000 |
commit | 200b041995512c579a0b4bb4ae4b8ff2199c1682 (patch) | |
tree | 8ab69e0cac2d0cd1bd3795a0f0cbbb7d6fd25fff /converters/bib2xml/Makefile | |
parent | 0d530fec216c4c1a0f070655564789848407fa63 (diff) | |
download | pkgsrc-200b041995512c579a0b4bb4ae4b8ff2199c1682.tar.gz |
Fix build under darwin, using the updated btparse
bump PKGREVISION
approvd by wiz@
Diffstat (limited to 'converters/bib2xml/Makefile')
-rw-r--r-- | converters/bib2xml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile index dc758665dbd..2e65cfb9a44 100644 --- a/converters/bib2xml/Makefile +++ b/converters/bib2xml/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:43 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/27 12:25:35 tonio Exp $ # DISTNAME= bib2xml-10062002 PKGNAME= ${DISTNAME:C/-(....)(....)/-\2\1/} +PKGREVISION= 1 CATEGORIES= converters textproc MASTER_SITES= http://www.cs.colorado.edu/~henkel/stuff/bib2xml/ |