summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile2
-rw-r--r--security/gsasl/Makefile2
-rw-r--r--security/libprelude/Makefile3
-rw-r--r--security/prelude-lml/Makefile3
-rw-r--r--security/prelude-manager/Makefile3
-rw-r--r--security/revelation/Makefile3
-rw-r--r--security/rifiuti2/Makefile3
-rw-r--r--security/seahorse-plugins/Makefile3
-rw-r--r--security/seahorse/Makefile3
9 files changed, 9 insertions, 16 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 001a7b2..b73aacb 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -64,7 +64,7 @@ PLIST_SUB+= CXX=""
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.endif
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index dd7fe5a..f69f14d 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -27,7 +27,7 @@ INFO= gsasl
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index 44208f7..dc3c17d 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -25,8 +25,7 @@ CONFIGURE_ARGS= --localstatedir=/var \
--with-html-dir=${PREFIX}/share/doc
USE_GMAKE= yes
USE_ICONV= yes
-USE_GETTEXT= yes
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig gettext
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile
index 4d753dd..a36d718 100644
--- a/security/prelude-lml/Makefile
+++ b/security/prelude-lml/Makefile
@@ -25,8 +25,7 @@ USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
USE_RC_SUBR= prelude-lml
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
-USES= pkgconfig
-USE_GETTEXT= yes
+USES= pkgconfig gettext
USE_ICONV= yes
OPTIONS_DEFINE= FAM
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index ca64698..6b322cc 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -19,11 +19,10 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
nettle:${PORTSDIR}/security/nettle \
p11-kit:${PORTSDIR}/security/p11-kit
-USES= pkgconfig
+USES= pkgconfig gettext
USE_GMAKE= yes
USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
-USE_GETTEXT= yes
USE_ICONV= yes
USE_LDCONFIG= yes
diff --git a/security/revelation/Makefile b/security/revelation/Makefile
index 2588034..b533c33 100644
--- a/security/revelation/Makefile
+++ b/security/revelation/Makefile
@@ -21,10 +21,9 @@ OPTIONS_DEFINE= APPLET
APPLET_DESC= Build with applet
USE_BZIP2= yes
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig gettext
USE_GNOME= desktopfileutils gnomeprefix pygnome2
USE_PYTHON= yes
-USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
diff --git a/security/rifiuti2/Makefile b/security/rifiuti2/Makefile
index d15dc9c..3188e56 100644
--- a/security/rifiuti2/Makefile
+++ b/security/rifiuti2/Makefile
@@ -14,8 +14,7 @@ LICENSE= BSD
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
-USES= pkgconfig
-USE_GETTEXT= yes
+USES= pkgconfig gettext
USE_ICONV= yes
USE_GNOME= glib20
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile
index b31b6fb..b5ff52f 100644
--- a/security/seahorse-plugins/Makefile
+++ b/security/seahorse-plugins/Makefile
@@ -16,9 +16,8 @@ LIB_DEPENDS= cryptui:${PORTSDIR}/security/seahorse \
gcrypt:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes
-USE_GETTEXT= yes
USE_GMAKE= yes
-USES= pathfix
+USES= pathfix gettext
USE_GNOME= intlhack gnomeprefix gconf2 gnomedocutils
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 2d08cce..c14661a 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -25,9 +25,8 @@ CONFLICTS= libcryptui-3.[0-9]* seahorse-3.[0-9]*
USE_XORG= sm
USE_LDCONFIG= yes
USE_BZIP2= yes
-USE_GETTEXT= yes
USE_GMAKE= yes
-USES= pathfix
+USES= pathfix gettext
USE_GNOME= intlhack gnomeprefix gconf2 gnomedocutils
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
OpenPOWER on IntegriCloud