diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-03 12:59:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-03 12:59:51 +0000 |
commit | b8a059169d018310089c167a07ae2d3b1639fd61 (patch) | |
tree | 12feb10d03cf900a0f08d253fddaa10629433215 /editors/biew | |
parent | baa2f5cff4e223b727e434ee1e15ef703ef8b9fe (diff) |
Notes
Diffstat (limited to 'editors/biew')
-rw-r--r-- | editors/biew/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 0caf608ec317..873ea9238004 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -13,8 +13,7 @@ COMMENT= Binary file viewer and editor LICENSE= GPLv2 -USES= dos2unix gmake iconv -USE_BZIP2= yes +USES= dos2unix gmake iconv tar:bzip2 DOS2UNIX_FILES= ${PORTDOCS:S,^,doc/,} HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc="${CC}" --with-extraincdir="${LOCALBASE}/include" \ |