diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:31:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:31:12 +0800 |
commit | 7a063532f2e2f4c0b25374c729ba2cc09d0bc9f2 (patch) | |
tree | b4c5d7f2ad1bfc7971de1f727d1e4f1cac13ef8a /textproc | |
parent | d037b5126b0922e6d6358b545285f43465050dfc (diff) | |
download | freebsd-ports-gnome-7a063532f2e2f4c0b25374c729ba2cc09d0bc9f2.tar.gz freebsd-ports-gnome-7a063532f2e2f4c0b25374c729ba2cc09d0bc9f2.tar.zst freebsd-ports-gnome-7a063532f2e2f4c0b25374c729ba2cc09d0bc9f2.zip |
- Use USES=tar:bzip2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/es-mythes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/es-mythes/Makefile b/textproc/es-mythes/Makefile index 57172e6fefc5..7e21c25abcb4 100644 --- a/textproc/es-mythes/Makefile +++ b/textproc/es-mythes/Makefile @@ -13,9 +13,9 @@ COMMENT= Spanish thesaurus LICENSE= LGPL21 -USE_BZIP2= yes NO_BUILD= yes NO_WRKSUBDIR= yes +USES= tar:bzip2 PLIST_FILES= %%DATADIR%%/th_es_ES_v2.dat \ %%DATADIR%%/th_es_ES_v2.idx |