diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-12-14 19:58:13 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-12-14 19:58:13 +0000 |
commit | b7bc1c56ae3e302f13a47de6b08e765cb95bebf4 (patch) | |
tree | f8fff47c4f818ca57cfaba42b4efbb4fadef37af /devel/avr-binutils | |
parent | Update MASTER_SITES, distinfo for rerolled distfile (diff) |
Fix dependency on gettext; runtime needed too
PR: ports/162117
Submitted by: 4720
Approved by: joerg via email
Notes
Notes:
svn path=/head/; revision=287390
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r-- | devel/avr-binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 3adb18c30a74..5632713514f9 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= build +USE_GETTEXT= yes CONFIGURE_ARGS= --target=avr GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |