diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /editors/le | |
parent | 549b6db4176fe494c57f28d6d061cda790a27887 (diff) | |
download | ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.tar.gz ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.zip |
Notes
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index 5e08df474e52..f1c67a817617 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -14,7 +14,7 @@ COMMENT= Text editor with block and binary operations LICENSE= GPLv3 -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |