diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:17:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:17:31 +0800 |
commit | d02854b4e8a433764657d2c518b4824c4506880a (patch) | |
tree | f5b9277e5344bc37422ee31b29782201ab08618b /chinese | |
parent | f46dc424600e1789df2b2c9b2951c58e5daba3d7 (diff) | |
download | freebsd-ports-gnome-d02854b4e8a433764657d2c518b4824c4506880a.tar.gz freebsd-ports-gnome-d02854b4e8a433764657d2c518b4824c4506880a.tar.zst freebsd-ports-gnome-d02854b4e8a433764657d2c518b4824c4506880a.zip |
Reduce over inclusion of bsd.port.mk
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> |