diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-31 22:23:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-31 22:23:04 +0000 |
commit | f7c81f867a404c1e2a0ae2576d202db677bc3960 (patch) | |
tree | 8b0dfa3179eab1af97bbf4ccc78540238cbfa3e4 /chinese | |
parent | 250db8745b453d55c7bcb7ac17ba470286522b0b (diff) |
Notes
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" |