diff options
Diffstat (limited to 'devel/compiler-rt/Makefile')
-rw-r--r-- | devel/compiler-rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index 8a3cae510e73..b1c9fad79bff 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -22,7 +22,7 @@ INSTALL_WRKSRC= ${WRKDIR}/build CMAKE_SOURCE_PATH= ${WRKSRC} -USE_CMAKE= yes +USES= cmake USE_GCC= 4.2+ USE_BZIP2= yes USE_LDCONFIG= yes |