svn commit: r316460 - in head: misc/getopt x11-wm/icewm

Eitan Adler eadler at FreeBSD.org
Wed Apr 24 17:50:59 UTC 2013


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


More information about the svn-ports-all mailing list