diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 08:11:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 08:11:38 +0000 |
commit | 4f45a6c4a39e729001f5d275442cb9b93992673f (patch) | |
tree | ca01e60f70350348fdf09828c842b00c15a2a7bb /devel/avro-cpp/Makefile | |
parent | 05510b66be4e1248fc5508c274bb0d0962ddfe95 (diff) | |
download | ports-4f45a6c4a39e729001f5d275442cb9b93992673f.tar.gz ports-4f45a6c4a39e729001f5d275442cb9b93992673f.zip |
Notes
Diffstat (limited to 'devel/avro-cpp/Makefile')
-rw-r--r-- | devel/avro-cpp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index 1729fe386412..321f0d94d5cd 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -3,6 +3,7 @@ PORTNAME= avro PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ APACHE @@ -17,12 +18,10 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs USES= cmake USE_LDCONFIG= yes -USE_PYTHON= yes +USE_PYTHON_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c++ -NO_STAGE= yes - post-patch: @${REINPLACE_CMD} -e 's|COMMAND python|COMMAND "${PYTHON_CMD}"|' \ ${WRKSRC}/CMakeLists.txt |