svn commit: r316503 - head/audio/gogglesmm

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 25 06:27:12 UTC 2013


Author: bapt
Date: Thu Apr 25 06:27:11 2013
New Revision: 316503
URL: http://svnweb.freebsd.org/changeset/ports/316503

Log:
  Convert to USES=gettext

Modified:
  head/audio/gogglesmm/Makefile

Modified: head/audio/gogglesmm/Makefile
==============================================================================
--- head/audio/gogglesmm/Makefile	Thu Apr 25 05:43:31 2013	(r316502)
+++ head/audio/gogglesmm/Makefile	Thu Apr 25 06:27:11 2013	(r316503)
@@ -69,7 +69,7 @@ CONFIGURE_ARGS+=	--without-curl
 
 .if ${PORT_OPTIONS:MNLS}
 PLIST_SUB=	NLS=""
-USE_GETTEXT=	yes
+USES+=		gettext
 .else
 CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB=	NLS="@comment "


More information about the svn-ports-head mailing list