diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/tintin++/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chinese/tintin++/Makefile b/chinese/tintin++/Makefile index 3a9e7ea7b9ef..ae9e328aec94 100644 --- a/chinese/tintin++/Makefile +++ b/chinese/tintin++/Makefile @@ -3,15 +3,12 @@ CATEGORIES= chinese -MAINTAINER= sunpoet@FreeBSD.org +CONFLICTS_INSTALL= tintin++ -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../COPYING +OPTIONS_SLAVE= BIG5 -CONFLICTS_INSTALL= tintin++ +PORTSCOUT= ignore:1 MASTERDIR= ${.CURDIR}/../../net/tintin++ -OPTIONS_SLAVE= BIG5 - .include "${MASTERDIR}/Makefile" |