diff options
Diffstat (limited to 'devel/libthrift/Makefile')
-rw-r--r-- | devel/libthrift/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile index 0ffb8301a50..1e577ac3033 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2011/06/10 21:57:07 obache Exp $ +# $NetBSD: Makefile,v 1.9 2011/09/12 15:51:02 taca Exp $ DISTNAME= thrift-${THRIFT_VERSION} PKGNAME= libthrift-${THRIFT_VERSION} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/} EXTRACT_SUFX= .tar.gz @@ -21,7 +20,10 @@ USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/thrift-${THRIFT_VERSION} -THRIFT_VERSION= 0.6.1 +THRIFT_VERSION= 0.7.0 + +pre-build: + ${CHMOD} 0755 ${WRKSRC}/lib/erl/rebar .include "options.mk" |