diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /devel/ds2 | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) | |
download | ports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip |
Notes
Diffstat (limited to 'devel/ds2')
-rw-r--r-- | devel/ds2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ds2/Makefile b/devel/ds2/Makefile index 4027ac8a91f8..f12c2015a736 100644 --- a/devel/ds2/Makefile +++ b/devel/ds2/Makefile @@ -26,7 +26,7 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1002000 || ${COMPILER_TYPE} == "gcc" +.if ${COMPILER_TYPE} == "gcc" IGNORE= builds only on greater than 10.1 and with clang .endif |