diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:34:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:34:12 +0800 |
commit | a33a3fd122e0cdbccb8138a1559f567db2812b0b (patch) | |
tree | 671b25b59fd23758d15accbcee4e2cbd7402e04e /german | |
parent | 7a063532f2e2f4c0b25374c729ba2cc09d0bc9f2 (diff) | |
download | freebsd-ports-gnome-a33a3fd122e0cdbccb8138a1559f567db2812b0b.tar.gz freebsd-ports-gnome-a33a3fd122e0cdbccb8138a1559f567db2812b0b.tar.zst freebsd-ports-gnome-a33a3fd122e0cdbccb8138a1559f567db2812b0b.zip |
- Use USES=tar:bzip2
Diffstat (limited to 'german')
-rw-r--r-- | german/hunspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile index d6dbc7517eca..7f37a5d8255f 100644 --- a/german/hunspell/Makefile +++ b/german/hunspell/Makefile @@ -17,8 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell \ hunspell:${PORTSDIR}/textproc/hunspell -USES= gmake perl5 shebangfix -USE_BZIP2= yes +USES= gmake perl5 shebangfix tar:bzip2 ALL_TARGET= hunspell-all USE_PERL5= build SHEBANG_FILES= bin/*.pl |