diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
commit | 08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35 (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /math/eukleides | |
parent | 91696069c0e8874f735d4e30d164e5f922dd9819 (diff) | |
download | freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.tar.gz freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.tar.zst freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.zip |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Diffstat (limited to 'math/eukleides')
-rw-r--r-- | math/eukleides/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |