svn commit: r317780 - head/net-im/pidgin-skype
Matthias Andree
mandree at FreeBSD.org
Fri May 10 09:20:35 UTC 2013
Author: mandree
Date: Fri May 10 09:20:35 2013
New Revision: 317780
URL: http://svnweb.freebsd.org/changeset/ports/317780
Log:
Change USE_GETTEXT=yes to USES+=gettext.
Submitted by: jgh
Modified:
head/net-im/pidgin-skype/Makefile
Modified: head/net-im/pidgin-skype/Makefile
==============================================================================
--- head/net-im/pidgin-skype/Makefile Fri May 10 09:19:46 2013 (r317779)
+++ head/net-im/pidgin-skype/Makefile Fri May 10 09:20:35 2013 (r317780)
@@ -53,7 +53,7 @@ USES= pkgconfig
.if ${PORT_OPTIONS:MNLS}
mycflags+= -DENABLE_NLS
mylibs+= -L${LOCALBASE}/lib -lintl
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
post-patch:
More information about the svn-ports-head
mailing list