diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-13 10:54:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-13 10:54:28 +0800 |
commit | 28c13ac6c428c62877c2ea91b243c19d9e413868 (patch) | |
tree | 47d1ecc9e0fbc8924cdaa80951257bc8905493dd /chinese | |
parent | b53fe7a3e1c091ad9341af68c0e7a42d05308d3b (diff) | |
download | freebsd-ports-gnome-28c13ac6c428c62877c2ea91b243c19d9e413868.tar.gz freebsd-ports-gnome-28c13ac6c428c62877c2ea91b243c19d9e413868.tar.zst freebsd-ports-gnome-28c13ac6c428c62877c2ea91b243c19d9e413868.zip |
- Update to 2.00.7
- Add OPTIONS: BIG5
- Use WITH_BIG5 in chinese/tintin++
Changes: http://tintin.sourceforge.net/news.php
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/tintin++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/tintin++/Makefile b/chinese/tintin++/Makefile index 52e50a00b5be..a7e68145afd4 100644 --- a/chinese/tintin++/Makefile +++ b/chinese/tintin++/Makefile @@ -11,7 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org MASTERDIR= ${.CURDIR}/../../net/tintin++ -CONFIGURE_ARGS= --enable-big5 +WITH_BIG5= yes NO_LATEST_LINK= yes |