diff options
author | markd <markd@pkgsrc.org> | 2011-07-02 01:24:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2011-07-02 01:24:28 +0000 |
commit | 0eb4bf727b71949063b2d2ea3e30222d271f0404 (patch) | |
tree | b69e01888996b3a92c8396649e96efe9debc12c4 /textproc/raptor/Makefile | |
parent | 582fab45d2ecedec57dd931cce4ab3ac1675f83b (diff) | |
download | pkgsrc-0eb4bf727b71949063b2d2ea3e30222d271f0404.tar.gz |
Fix build with current curl.
Diffstat (limited to 'textproc/raptor/Makefile')
-rw-r--r-- | textproc/raptor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 3b850a40b2a..5d9f007e7dc 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2011/04/22 13:42:09 obache Exp $ +# $NetBSD: Makefile,v 1.29 2011/07/02 01:24:28 markd Exp $ # DISTNAME= raptor-1.4.21 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ |