1
0
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:
Eitan Adler 2013-04-24 17:50:58 +00:00
parent 3191003dbc
commit 697aef87b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316460
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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