Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 06:27:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316503 - head/audio/gogglesmm
Message-ID:  <201304250627.r3P6RBDn026549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304250627.r3P6RBDn026549>