From be0532aa1927751208f2697351ec6365d64f46e3 Mon Sep 17 00:00:00 2001 From: ak Date: Fri, 26 Apr 2013 10:44:28 +0000 Subject: - Convert USE_GETTEXT to USES (part 4) Approved by: portmgr (bapt) --- lang/hiphop-php/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/hiphop-php') diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile index cb4785d4b7d3..b8d5b571d0c2 100644 --- a/lang/hiphop-php/Makefile +++ b/lang/hiphop-php/Makefile @@ -64,12 +64,11 @@ WRKSRC= ${WRKDIR}/facebook-hiphop-php-${GITVERSION} MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -USES= cmake +USES= cmake gettext USE_MYSQL= yes USE_GNOME= libxml2 USE_OPENSSL= yes USE_OPENLDAP= yes -USE_GETTEXT= yes USE_GCC= 4.4+ GITVERSION= 96532ec -- cgit