aboutsummaryrefslogtreecommitdiff
path: root/graphics/oyranos/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-10 15:45:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-10 15:45:45 +0000
commit1251a60715e5df743a4634e16afe1bf9c8315883 (patch)
tree2156189e8d5b14860af48a89d66577d61ab0c55a /graphics/oyranos/Makefile
parent66b53826ca4548c7a555fb910a16dfdf80a229f7 (diff)
downloadports-1251a60715e5df743a4634e16afe1bf9c8315883.tar.gz
ports-1251a60715e5df743a4634e16afe1bf9c8315883.zip
- Remove outdated compiler check
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=438179
Diffstat (limited to 'graphics/oyranos/Makefile')
-rw-r--r--graphics/oyranos/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile
index ce803111a7f5..893d74b44f94 100644
--- a/graphics/oyranos/Makefile
+++ b/graphics/oyranos/Makefile
@@ -39,19 +39,10 @@ DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen
PORTDOCS= *
-.include <bsd.port.pre.mk>
-
PLIST_SUB+= VER=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|lib|libdata|' \
${WRKSRC}/extras/CMakeLists.txt
-.if exists(/usr/bin/clang) && ${OSVERSION} > 901502
-CC= /usr/bin/clang
-CXX= /usr/bin/clang++
-.else
-USE_GCC= yes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>