diff options
author | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
commit | be0532aa1927751208f2697351ec6365d64f46e3 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /mail | |
parent | 1b4e8ae3fa9398a48e6c4797e41a32870c88ed6c (diff) | |
download | freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.gz freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.zst freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.zip |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 3 | ||||
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution/Makefile | 3 | ||||
-rw-r--r-- | mail/rspamd/Makefile | 3 |
4 files changed, 4 insertions, 7 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 8c40b60b9f81..34d571390c9a 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -25,10 +25,9 @@ INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PERL5= yes USE_OPENSSL= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack libgnomeui gtkhtml3 \ libgnomeprintui -USE_GETTEXT= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_ICONV= yes diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 03ae5d8a2186..57dc148642c6 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -120,7 +120,7 @@ PLIST_SUB+= MANUAL="@comment " .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 7e70f66a34cc..63e99cdee13a 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -21,8 +21,7 @@ CONFLICTS= evolution-3.[0-9]* USE_BZIP2= yes USE_GMAKE= yes -USES= bison pathfix -USE_GETTEXT= yes +USES= bison pathfix gettext USE_GNOME= gnomeprefix intlhack evolutiondataserver gtkhtml3 \ desktopfileutils gnomedocutils ltasneededhack gnomedesktop USE_AUTOTOOLS= libtool diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 6ffe79e58ffa..9acfc871f35c 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -25,14 +25,13 @@ PLIST_SUB+= ETCDIR=etc/rspamd \ CMAKE_ARGS+= -DETC_PREFIX=${PREFIX}/etc -DPREFIX=${PREFIX} \ -DBUILD_PORT=yes -USES= cmake +USES= cmake gettext USE_LDCONFIG= yes USE_GNOME= glib20 USE_LUA= 5.1- USE_SQLITE= yes USE_ICONV= yes -USE_GETTEXT= yes USE_OPENSSL= yes MAN8= rspamd.8 |