mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix dependency on gettext; runtime needed too
PR: ports/162117 Submitted by: 4720 Approved by: joerg via email
This commit is contained in:
parent
f274501313
commit
b7bc1c56ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287390
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue