diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-15 03:41:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-15 03:41:26 +0800 |
commit | cd890aafdae0b5fb267d43733a073ed1d8a382e9 (patch) | |
tree | 723f9496b174d197c7245ca8587424acc9305128 | |
parent | eff6eb1caf6e90a3cf178dd54005665f6b559764 (diff) | |
download | freebsd-ports-gnome-cd890aafdae0b5fb267d43733a073ed1d8a382e9.tar.gz freebsd-ports-gnome-cd890aafdae0b5fb267d43733a073ed1d8a382e9.tar.zst freebsd-ports-gnome-cd890aafdae0b5fb267d43733a073ed1d8a382e9.zip |
- Use OPTIONS_SLAVE
-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 6d622e6190f7..9cf54729688c 100644 --- a/chinese/tintin++/Makefile +++ b/chinese/tintin++/Makefile @@ -9,6 +9,6 @@ LICENSE= GPLv2 MASTERDIR= ${.CURDIR}/../../net/tintin++ -OPTIONS_FILE_SET= BIG5 +OPTIONS_SLAVE= BIG5 .include "${MASTERDIR}/Makefile" |