aboutsummaryrefslogtreecommitdiff
path: root/mail/archiveopteryx
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-12 11:30:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-12 11:30:50 +0000
commit21a4b315bb3be71341fbb2c9f8a67097473b1a75 (patch)
tree2fdd876bd54fca4c9b2a78dbf6dbaa7526b0d5ce /mail/archiveopteryx
parent2d7106354f3d3a4eede3550428894f9aeb15df2f (diff)
downloadports-21a4b315bb3be71341fbb2c9f8a67097473b1a75.tar.gz
ports-21a4b315bb3be71341fbb2c9f8a67097473b1a75.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=431251
Diffstat (limited to 'mail/archiveopteryx')
-rw-r--r--mail/archiveopteryx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile
index 21915218554b..f8ab7eea541f 100644
--- a/mail/archiveopteryx/Makefile
+++ b/mail/archiveopteryx/Makefile
@@ -35,8 +35,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