diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-04-29 02:39:41 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-04-29 02:39:41 +0000 |
commit | fdb6698a39e675b58321183deb695a867b8e3135 (patch) | |
tree | b721919309c66e687fe6a305a731dbae7f700d10 /chinese/oxim | |
parent | Update to 1.2 (diff) |
This port uses lots of C99 syntax. Instead of patching,
require newer gcc to build it.
Tested on RELENG_4 in tinderbox:
http://www.rafan.org/tb/logs/4-FreeBSD/zh-oxim-1.0.3.log
PR: 96486
Submitted by: maintainer (Rong-En Fan)
Diffstat (limited to 'chinese/oxim')
-rw-r--r-- | chinese/oxim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/oxim/Makefile b/chinese/oxim/Makefile index b8b8661f6b95..68d44f665b0e 100644 --- a/chinese/oxim/Makefile +++ b/chinese/oxim/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= zh-libchewing>=0.2.6:${PORTSDIR}/chinese/libchewing \ OPTIONS= GTK2 "Enable GTK2 input method module" On +USE_GCC= 3.2+ USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= |