Date: Wed, 24 Apr 2013 17:50:58 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316460 - in head: misc/getopt x11-wm/icewm Message-ID: <201304241750.r3OHowi9046184@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Wed Apr 24 17:50:58 2013 New Revision: 316460 URL: http://svnweb.freebsd.org/changeset/ports/316460 Log: Convert to USES=gettext Reviewed by: kwm Modified: head/misc/getopt/Makefile head/x11-wm/icewm/Makefile Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Wed Apr 24 17:47:51 2013 (r316459) +++ head/misc/getopt/Makefile Wed Apr 24 17:50:58 2013 (r316460) @@ -9,8 +9,8 @@ MASTER_SITES= http://software.frodo.looi 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 Modified: head/x11-wm/icewm/Makefile ============================================================================== --- head/x11-wm/icewm/Makefile Wed Apr 24 17:47:51 2013 (r316459) +++ head/x11-wm/icewm/Makefile Wed Apr 24 17:50:58 2013 (r316460) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304241750.r3OHowi9046184>