summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-26 10:44:28 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-26 10:44:28 +0000
commit83f02b963c2b22c85235bf19b4f10a20bea921b5 (patch)
treee5e83d3ba0442c1c2f0b99c843428b36a8eb003d /irc
parent2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappeared (diff)
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316596
Diffstat (limited to 'irc')
-rw-r--r--irc/kvirc/Makefile3
-rw-r--r--irc/weechat-devel/Makefile2
-rw-r--r--irc/weechat/Makefile2
-rw-r--r--irc/xchat-gnome/Makefile3
4 files changed, 4 insertions, 6 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile
index f73bdfe22246..fff01102ea8c 100644
--- a/irc/kvirc/Makefile
+++ b/irc/kvirc/Makefile
@@ -26,12 +26,11 @@ CONFLICTS_INSTALL= kvirc-qt4-4.*
.endif
USE_BZIP2= yes
-USE_GETTEXT= yes
USE_OPENSSL= yes
USE_PERL5_BUILD= yes
USE_QT4= moc_build qmake_build rcc_build uic_build \
dbus gui network sql xml
-USES= cmake
+USES= cmake gettext
CMAKE_ARGS= -DWANT_ESD=no -DWANT_DOXYGEN=no \
-DMANDIR=${MANPREFIX}
INSTALLS_ICONS= yes
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index a12ad358654d..4c9dade22c97 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -59,7 +59,7 @@ PLIST_SUB+= CHARSET="@comment "
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CMAKE_ARGS+= -DENABLE_NLS=no
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 7aad8a535fca..dff5058b82d4 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -48,7 +48,7 @@ PLIST_SUB+= CHARSET="@comment "
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CMAKE_ARGS+= -DENABLE_NLS=no
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index 8a1b69a95b47..4a699cb26b40 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -17,10 +17,9 @@ LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \
canberra-gtk:${PORTSDIR}/audio/libcanberra \
notify:${PORTSDIR}/devel/libnotify
-USE_GETTEXT= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USES= pathfix desktop-file-utils
+USES= pathfix desktop-file-utils gettext
USE_GNOME= gnomeprefix libgnomeui gnomedocutils
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"