diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2014-01-04 16:29:55 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2014-01-04 16:29:55 +0000 |
commit | b74ec3049ac90b56d6210ba9f8f35212020a2a91 (patch) | |
tree | eb513696c1b0f9c62f8db20aa9ee3e6fd20013c6 /devel | |
parent | 052b9d8c53a61b973f7cc0facdacdb3d5ee27d18 (diff) | |
download | ports-b74ec3049ac90b56d6210ba9f8f35212020a2a91.tar.gz ports-b74ec3049ac90b56d6210ba9f8f35212020a2a91.zip |
- Enabled staging
- Removed reinplace for boost_thread
Submitted by: amdmi3
Notes
Notes:
svn path=/head/; revision=338652
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cocaine-core/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/cocaine-core/Makefile b/devel/cocaine-core/Makefile index bfac6bba15ae..6bb19d6c8139 100644 --- a/devel/cocaine-core/Makefile +++ b/devel/cocaine-core/Makefile @@ -27,12 +27,6 @@ GH_ACCOUNT= zloidemon GH_COMMIT= 7d0f35c GH_TAGNAME= ${GH_COMMIT} - CONFLICTS= json-c-[0-9]* -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e "s,boost_thread,boost_thread,g" \ - ${WRKSRC}/CMakeLists.txt - .include <bsd.port.mk> |