diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
commit | c425e0b6a4d59c9684be3eae7a4402a2dd33fe11 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /textproc/stardict-rptts | |
parent | c0ee1ce198fd9c6483d474389878f95fe3e076f1 (diff) |
Notes
Diffstat (limited to 'textproc/stardict-rptts')
-rw-r--r-- | textproc/stardict-rptts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/stardict-rptts/Makefile b/textproc/stardict-rptts/Makefile index b4e635d0b941..c3c9d3050dd8 100644 --- a/textproc/stardict-rptts/Makefile +++ b/textproc/stardict-rptts/Makefile @@ -14,7 +14,7 @@ COMMENT= Real People TTS for StarDict PROJECTHOST= stardict-3 NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 do-install: ${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${STAGEDIR}${PREFIX}/share |