diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 15:09:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 15:09:42 +0000 |
commit | d0404ab4ed7dcc1d4590c571e2eceea31f6dcee3 (patch) | |
tree | 011775022245fb62b7480f74945534657ddc0d32 /devel/binutils | |
parent | db2b509ec3aee21f81408f17e7b7b7113641ef44 (diff) |
Notes
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 1396e660f9b5..a7288d3aa716 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -23,9 +23,7 @@ OPTIONS_DEFINE= NLS LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING3 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING3.LIB -USES= bison -USE_BZIP2= yes -USE_GMAKE= yes +USES= bison tar:bzip2 gmake GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include |