diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/kvirc/Makefile | 3 | ||||
-rw-r--r-- | irc/weechat-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 3 |
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}" |