diff options
author | adam <adam> | 2010-05-15 07:17:16 +0000 |
---|---|---|
committer | adam <adam> | 2010-05-15 07:17:16 +0000 |
commit | ad41a185d9cc69e59e0abe791bf0aee96d3c4d4d (patch) | |
tree | 6c4a9aebb82be6ef4126b4163aecce2f1c4cf7b4 /devel | |
parent | 642fe4c19263a8cb73d85537b259a031225bc303 (diff) | |
download | pkgsrc-ad41a185d9cc69e59e0abe791bf0aee96d3c4d4d.tar.gz |
Revision bump after updating boost-libs to 1.43.0
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libthrift/Makefile | 7 | ||||
-rw-r--r-- | devel/xsd/Makefile | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile index 4350f8be584..da011dac74d 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/01 02:49:10 tonnerre Exp $ +# $NetBSD: Makefile,v 1.2 2010/05/15 07:17:16 adam Exp $ DISTNAME= thrift-${THRIFT_VERSION}-incubating PKGNAME= libthrift-${THRIFT_VERSION} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=incubator/thrift/${THRIFT_VERSION}-incubating/} @@ -22,10 +23,10 @@ THRIFT_VERSION= 0.2.0 # FIXME: These should be options CONFIGURE_ARGS+= --without-csharp -CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --without-erlang -CONFIGURE_ARGS+= --without-py +CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --without-perl +CONFIGURE_ARGS+= --without-py CONFIGURE_ARGS+= --without-ruby .include "options.mk" diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile index d505deabf84..67893698ba2 100644 --- a/devel/xsd/Makefile +++ b/devel/xsd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2010/01/04 15:47:48 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/05/15 07:19:59 adam Exp $ DISTNAME= xsd-3.2.0+dep EXTRACT_SUFX= .tar.bz2 PKGNAME= xsd-3.2.0 +PKGREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= http://www.codesynthesis.com/download/xsd/3.2/ |