diff options
-rw-r--r-- | chinese/tintin++/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/tintin++/Makefile b/chinese/tintin++/Makefile index a7e68145afd4..a7c18ab4985e 100644 --- a/chinese/tintin++/Makefile +++ b/chinese/tintin++/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tintin++ with Chinese(Big5) support. -# Date created: Tue 26, 2000 -# Whom: Foxfair Hu <foxfair@FreeBSD.org> -# +# Created by: Foxfair Hu <foxfair@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= chinese @@ -11,7 +7,7 @@ MAINTAINER= sunpoet@FreeBSD.org MASTERDIR= ${.CURDIR}/../../net/tintin++ -WITH_BIG5= yes +OPTIONS_FILE_SET= BIG5 NO_LATEST_LINK= yes |