diff options
Diffstat (limited to 'devel/libthrift/Makefile')
-rw-r--r-- | devel/libthrift/Makefile | 7 |
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" |