diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-13 02:54:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-13 02:54:28 +0000 |
commit | 25637271661005f318f8a68d351ea93db889b8df (patch) | |
tree | 839527394a0c32229de4c4432ce0d16f11611962 /chinese/tintin++ | |
parent | - Update to 1.10 (diff) |
- Update to 2.00.7
- Add OPTIONS: BIG5
- Use WITH_BIG5 in chinese/tintin++
Changes: http://tintin.sourceforge.net/news.php
Notes
Notes:
svn path=/head/; revision=277626
Diffstat (limited to 'chinese/tintin++')
-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 |