diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-09 08:20:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-09 08:20:43 +0800 |
commit | 96035307fb4656a37c7417290b2f0251a915038f (patch) | |
tree | dec21af501b6217d1032c1e4bfee7f46b55d3e97 /textproc | |
parent | 29402a1c595e86842f0336d7a5fc64564627522d (diff) | |
download | freebsd-ports-graphics-96035307fb4656a37c7417290b2f0251a915038f.tar.gz freebsd-ports-graphics-96035307fb4656a37c7417290b2f0251a915038f.tar.zst freebsd-ports-graphics-96035307fb4656a37c7417290b2f0251a915038f.zip |
USES=tar:bzip2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmldoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 79ffdb62e93..856643a739c 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ OPTIONS_DEFINE= HTMLDOCGUI HTMLDOCGUI_DESC= Build GUI front-end -USE_BZIP2= yes + +USES= tar:bzip2 GNU_CONFIGURE= yes # Configure seems broken and ignores these ATM: |