From 13feb6e9c86e3bbcaac393343b3b6a912b9372db Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 24 Apr 2013 07:35:40 +0000 Subject: - Convert USE_GETTEXT to USES (part 1) Approved by: portmgr (bapt) --- math/eukleides/Makefile | 3 +-- math/gcalctool/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'math') diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 3eb0e9ba31c5..1791cba20ee3 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -15,9 +15,8 @@ RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit \ epstopdf:${PORTSDIR}/print/teTeX-base USE_BZIP2= yes -USES= bison +USES= bison gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_ICONV= yes MAN1= eukleides.1 euktoeps.1 euktopdf.1 euktopst.1 euktotex.1 diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 5bdd273f1ec1..ddcd68243e6a 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -16,8 +16,7 @@ COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows CONFLICTS= gcalctool-2.31.* USE_BZIP2= yes -USES= bison -USE_GETTEXT= yes +USES= bison gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 -- cgit