mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Convert to USES=gettext
Reviewed by: kwm
This commit is contained in:
parent
3191003dbc
commit
697aef87b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316460
@ -9,8 +9,8 @@ MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/
|
||||
MAINTAINER= eadler@FreeBSD.org
|
||||
COMMENT= Replacement for getopt(1) that supports GNU-style long options
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gettext
|
||||
USE_GMAKE= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
|
@ -74,7 +74,7 @@ STARTUP_PIXMAP= icewm-logo.xpm
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USE_GETTEXT= yes
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls --disable-i18n
|
||||
|
Loading…
Reference in New Issue
Block a user