diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:17:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:17:31 +0000 |
commit | a8e35256fe9120e0c2c9cf0395f76880c827f4fa (patch) | |
tree | f5b9277e5344bc37422ee31b29782201ab08618b /chinese | |
parent | b2da552140f2b861d379ce36ec5219d46d84fa6b (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index f21c9d4aafda..fca7e2ac6bf7 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ USE_PYTHON= yes USE_GNOME= pygtk2 -USES= gmake pkgconfig +USES= gmake pkgconfig compiler:c++0x GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension @@ -32,12 +32,6 @@ ANDROID_DB_DESC= Build Android DB OPENPHRASE_DB_DESC= Build Open Phrase DB OPENCC_DESC= Use opencc -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000024 -USE_GCC= yes -.endif - NO_STAGE= yes .include <bsd.port.options.mk> @@ -84,4 +78,4 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |