diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-04-26 14:53:10 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-04-26 14:53:10 +0000 |
commit | 36762ebf4ba9add9df44e635f38f744e1630f1b1 (patch) | |
tree | 6d595df116b74278c8e03ac790fa2993f073f9b5 /devel | |
parent | 550d7c4b55011e8dec2944c845546a3fd41332a4 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arm-elf-binutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/arm-elf-binutils/Makefile b/devel/arm-elf-binutils/Makefile index acea4bddf459..57cbf693a52a 100644 --- a/devel/arm-elf-binutils/Makefile +++ b/devel/arm-elf-binutils/Makefile @@ -11,8 +11,7 @@ PKGNAMEPREFIX= arm-elf- MAINTAINER= danilo@FreeBSD.org COMMENT= GNU binutils for vanilla ARM cross-development -USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --disable-werror \ --disable-nls CFLAGS="-I/usr/local/include" |