diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-21 12:44:38 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-21 12:44:38 +0000 |
commit | 59ac7337ea7fc92db0a03bd7eca6db843cb31e5b (patch) | |
tree | fd04618b3c15d75daed585e4419434c47ba2af2c | |
parent | b0810f34b5c16190181e599d62cd161d5246e2ff (diff) |
Notes
-rw-r--r-- | misc/dotfile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 4abfb6fb5871..40c03fcfc6f0 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -15,14 +15,13 @@ BUILD_DEPENDS= formail:${PORTSDIR}/mail/procmail GNU_CONFIGURE= yes PLIST_SUB= DISTNAME="${DISTNAME}" NO_BUILD= yes +USES= tk MAN1= dotfile.1 OPTIONS_DEFINE= JAPANESE JAPANESE_DESC= Use Japanese as default language -USE_TK= yes - NO_STAGE= yes .include <bsd.port.pre.mk> |