diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-10 15:45:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-10 15:45:45 +0000 |
commit | 1251a60715e5df743a4634e16afe1bf9c8315883 (patch) | |
tree | 2156189e8d5b14860af48a89d66577d61ab0c55a /graphics | |
parent | 66b53826ca4548c7a555fb910a16dfdf80a229f7 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/oyranos/Makefile | 11 |
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> |