aboutsummaryrefslogtreecommitdiff
path: root/lang/clover
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-04-04 12:24:33 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-04-04 12:24:33 +0000
commit6e3ae05a8e20c6e3d96c06e25ad2044a33822f2a (patch)
treee5da8275b38838f3c94d4a3cd3a644dab2118e49 /lang/clover
parent7a5720c8c95706eea4d61a44e5334ea9684a4ac5 (diff)
Notes
Diffstat (limited to 'lang/clover')
-rw-r--r--lang/clover/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/clover/Makefile b/lang/clover/Makefile
index eb95e79ae8d7..8897b0cacbae 100644
--- a/lang/clover/Makefile
+++ b/lang/clover/Makefile
@@ -25,12 +25,9 @@ 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 && ${ARCH} == amd64
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000
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"