diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-11 10:10:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-11 10:10:02 +0000 |
commit | c06409c76b6e5831ff06d3cd251af01b8228e4bb (patch) | |
tree | 7d1d225f29646e0422140858244af3016287d2f2 /chinese | |
parent | da9bce2d6f29be401630ac745a58c4dae8648b77 (diff) | |
download | freebsd-ports-c06409c76b6e5831ff06d3cd251af01b8228e4bb.zip |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gcin-qt5/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/chinese/gcin-qt5/Makefile b/chinese/gcin-qt5/Makefile index 52dc0bc29beb..48d40a02aa55 100644 --- a/chinese/gcin-qt5/Makefile +++ b/chinese/gcin-qt5/Makefile @@ -25,18 +25,8 @@ MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ PLIST_FILES= ${QT_PLUGINDIR}/platforminputcontexts/libgcinplatforminputcontextplugin.so -.include <bsd.port.pre.mk> - -.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 60 -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang60:devel/llvm60 -CPP= ${LOCALBASE}/bin/clang-cpp60 -CC= ${LOCALBASE}/bin/clang60 -CXX= ${LOCALBASE}/bin/clang++60 -.endif - post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g; \ s,%%MOC%%,${MOC},;' ${WRKSRC}/Makefile - @${ECHO} "XXXX: ${COMPILER_VERSION}" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |