From bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 24 Apr 2013 18:10:30 +0000 Subject: - Convert USE_GETTEXT to USES (part 3) Approved by: portmgr (bapt) --- net-im/libpurple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im/libpurple') diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 22dce5cd5577..e2e59d4e69ca 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -33,7 +33,7 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_LDCONFIG= yes WANT_GNOME= yes -- cgit