diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
commit | ffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /graphics/openshadinglanguage | |
parent | ccbdf54cacb9796580726f8d5278fe3fa53d5e53 (diff) | |
download | freebsd-ports-ffd97a0193e0238aa21bc32b570fd052292e0fe5.zip |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Diffstat (limited to 'graphics/openshadinglanguage')
-rw-r--r-- | graphics/openshadinglanguage/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index e3a36ac3e3be..884a4ac4d07f 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -26,14 +26,11 @@ GH_COMMIT= d722707 WRKSRC= ${WRKDIR}/imageworks-OpenShadingLanguage-${GH_COMMIT}/src -USE_CMAKE= yes -CMAKE_VERBOSE= yes -CMAKE_OUTSOURCE= yes CMAKE_ARGS= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex \ -DUSE_TBB:BOOL=OFF CXXFLAGS+= -I${LOCALBASE}/include/flex USE_LDCONFIG= yes -USES= bison +USES= bison cmake:outsource MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> |