diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-11 04:19:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-11 04:19:03 +0000 |
commit | c75458309d1d3a7aa96f03c6ccaacafc6ce20872 (patch) | |
tree | 8bfbf182372ee3ae645c65260f3f132b62eb90bc /misc/localedata | |
parent | 8a049d1f3f537b0478f95c9736f2f796fda1089e (diff) | |
download | ports-c75458309d1d3a7aa96f03c6ccaacafc6ce20872.tar.gz ports-c75458309d1d3a7aa96f03c6ccaacafc6ce20872.zip |
Notes
Diffstat (limited to 'misc/localedata')
-rw-r--r-- | misc/localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile index f96f3de3d664..e87b303fc5e1 100644 --- a/misc/localedata/Makefile +++ b/misc/localedata/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= sf MAINTAINER= ports@FreeBSD.org COMMENT= Legacy locale data for FreeBSD 6+ -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes ONLY_FOR_ARCHS= amd64 alpha ia64 i386 pc98 sparc64 |