diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
commit | 9b580ffb435c69606f640c5a657190b54a1ef870 (patch) | |
tree | b85006a979d929da61946937a62b6c6b97fa4c79 /cad/sumo | |
parent | 6a4416929169733984a0ac898468560f66931e1c (diff) | |
parent | f86bb659dcd66c74ffce85ffcc1575d2095989f8 (diff) | |
download | freebsd-ports-gnome-gnome-3.28.tar.gz freebsd-ports-gnome-gnome-3.28.tar.zst freebsd-ports-gnome-gnome-3.28.zip |
Merge branch 'master' into gnome-3.28gnome-3.28
Diffstat (limited to 'cad/sumo')
-rw-r--r-- | cad/sumo/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile index fd8133fb3a05..994a746ab9aa 100644 --- a/cad/sumo/Makefile +++ b/cad/sumo/Makefile @@ -44,12 +44,4 @@ do-install-DOCS-on: @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} @${FIND} ${STAGEDIR}${DOCSDIR} -d -empty -delete -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -BUILD_DEPENDS+= clang60:devel/llvm60 -CC= clang60 -CXX= clang++60 # fails to build with the default compiler on 10 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |