diff options
Diffstat (limited to 'lang/clover/Makefile')
-rw-r--r-- | lang/clover/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/clover/Makefile b/lang/clover/Makefile index f3d87d599a9c..c3ac882813f0 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -25,9 +25,12 @@ ONLY_FOR_ARCHS_REASON= Clover needs a graphics driver supported by the Radeon KM #MESA_BUILD_WRKSRC= src/util src/glsl src/mesa src/gallium MESA_INSTALL_WRKSRC= src/gallium/targets/opencl src/gallium/targets/pipe-loader -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 && ${ARCH} == amd64 IGNORE= Clover is only supported on FreeBSD 10.1 and newer .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000 && ${ARCH} == i386 +IGNORE= Clover is only supported on FreeBSD 10.2 and newer +.endif .include "${.CURDIR}/../../graphics/libGL/Makefile.targets" |