aboutsummaryrefslogtreecommitdiff
path: root/mail/archiveopteryx-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/archiveopteryx-devel/Makefile')
-rw-r--r--mail/archiveopteryx-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile
index b001aa447bd8..79d2674eeaaf 100644
--- a/mail/archiveopteryx-devel/Makefile
+++ b/mail/archiveopteryx-devel/Makefile
@@ -42,8 +42,8 @@ JAM?= ${LOCALBASE}/bin/jam
.include <bsd.port.pre.mk>
-# force Clang when on FreeBSD 10+
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+# force Clang when on FreeBSD
+.if ${OPSYS} == FreeBSD
JAMARG= "-sCLANG=1"
.endif