diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-02 20:23:55 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-02 20:23:55 +0000 |
commit | 2f0486b64721a1072cdd1b8d2840d6539b2247d2 (patch) | |
tree | 36ed89e03b0f2ac4525ba4f4e39af16da597b209 /net | |
parent | 05aa1eb8b1e5d76cddd216c787c98b5cfe7db1e9 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/g2ipmsg/Makefile | 2 | ||||
-rw-r--r-- | net/gq/Makefile | 2 | ||||
-rw-r--r-- | net/grsync/Makefile | 2 | ||||
-rw-r--r-- | net/liferea/Makefile | 3 | ||||
-rw-r--r-- | net/tsclient/Makefile | 2 | ||||
-rw-r--r-- | net/twitux/Makefile | 2 |
6 files changed, 7 insertions, 6 deletions
diff --git a/net/g2ipmsg/Makefile b/net/g2ipmsg/Makefile index 5cfbb1280ae8..eaa90dc06847 100644 --- a/net/g2ipmsg/Makefile +++ b/net/g2ipmsg/Makefile @@ -13,7 +13,7 @@ COMMENT= Popup style message communication tool for GNOME2 LICENSE= GPLv2 # (or later) USES= gettext gmake pathfix pkgconfig -USE_GNOME= gnomeprefix libgnomeui +USE_GNOME= gnomeprefix intltool libgnomeui USE_GSTREAMER= vorbis USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/net/gq/Makefile b/net/gq/Makefile index 28ff735e7911..38fb50bc8b87 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFAULT= DND CACHE DND_DESC= Enable Drag and drop support in browse mode CACHE_DESC= Support the OpenLDAP experimental client cache -USE_GNOME= libglade2 gnomedocutils +USE_GNOME= intltool libglade2 gnomedocutils USE_OPENSSL= yes USE_OPENLDAP= yes USES= gettext gmake pkgconfig shared-mime-info desktop-file-utils diff --git a/net/grsync/Makefile b/net/grsync/Makefile index a5a55301bd8a..2b9fbcc721e9 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ bash:${PORTSDIR}/shells/bash -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool USES= desktop-file-utils gettext gmake \ shared-mime-info pkgconfig shebangfix SHEBANG_FILES= src/grsync-batch diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 56331be7ffd3..2033cbd4f8ee 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-sc USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ python:2 tar:bzip2 -USE_GNOME= dconf:run gtk30 introspection:build libxslt:build libxml2 +USE_GNOME= dconf:run gtk30 intltool introspection:build \ + libxslt:build libxml2 USE_SQLITE= 3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index 59385ccb4ea0..eb3dd1915e34 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -12,7 +12,7 @@ COMMENT= GNOME 2 frontend for rdesktop and vncviewer RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome diff --git a/net/twitux/Makefile b/net/twitux/Makefile index 787938ef755a..837e222fbe18 100644 --- a/net/twitux/Makefile +++ b/net/twitux/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libcanberra.so:${PORTSDIR}/audio/libcanberra USE_XORG= x11 -USE_GNOME= glib20 gtk20 gconf2 libxml2 gnomedocutils +USE_GNOME= glib20 gtk20 gconf2 intltool libxml2 gnomedocutils INSTALLS_OMF= yes GNU_CONFIGURE= yes USES= gettext gmake pkgconfig tar:bzip2 |