summaryrefslogtreecommitdiff
path: root/devel/libthrift
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-05-15 07:17:16 +0000
committeradam <adam@pkgsrc.org>2010-05-15 07:17:16 +0000
commit54050748f5bbada529dca6c5a5df109101b87ed0 (patch)
tree6c4a9aebb82be6ef4126b4163aecce2f1c4cf7b4 /devel/libthrift
parent7b3e746fc1322692bbe0eb1a5f85fdd071839843 (diff)
downloadpkgsrc-54050748f5bbada529dca6c5a5df109101b87ed0.tar.gz
Revision bump after updating boost-libs to 1.43.0
Diffstat (limited to 'devel/libthrift')
-rw-r--r--devel/libthrift/Makefile7
1 files changed, 4 insertions, 3 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"