summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-15 18:03:57 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-15 18:03:57 +0800
commitfad0ef6337fb6c0e55778dfc929e51bf0d11f297 (patch)
tree890e8f6ecc3f3fb17b5a5b44827a9f5f5dccec36
parent4c8d5d1fe9482b2ebfd6fd3a3c329abe3b194b89 (diff)
downloadmarcuscom-ports-GNOME_3_12.tar
marcuscom-ports-GNOME_3_12.tar.gz
marcuscom-ports-GNOME_3_12.tar.bz2
marcuscom-ports-GNOME_3_12.tar.lz
marcuscom-ports-GNOME_3_12.tar.xz
marcuscom-ports-GNOME_3_12.tar.zst
marcuscom-ports-GNOME_3_12.zip
Catch up with changes in ports, use intlhack to make sure the .mo files areGNOME_3_12
in the correct location. git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_3_12@19954 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--accessibility/orca/Makefile2
-rw-r--r--deskutils/gnome-tweak-tool/Makefile2
-rw-r--r--devel/libgdata/Makefile2
-rw-r--r--editors/gedit-plugins/Makefile2
-rw-r--r--games/aisleriot/Makefile2
-rw-r--r--net-im/ekiga/Makefile2
-rw-r--r--sysutils/tracker/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
index 89c3473dc..e026d2cc4 100644
--- a/accessibility/orca/Makefile
+++ b/accessibility/orca/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py3-dbus \
CONFLICTS= py*-json-py-[0-9]*
USES= gettext gmake pathfix pkgconfig python:3 tar:xz
-USE_GNOME= gnomeprefix gtk30 py3gobject3
+USE_GNOME= gnomeprefix gtk30 py3gobject3 intlhack
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile
index f37fb6612..0a3080a45 100644
--- a/deskutils/gnome-tweak-tool/Makefile
+++ b/deskutils/gnome-tweak-tool/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-
RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
USES= gettext gmake pathfix pkgconfig python:2 tar:xz
-USE_GNOME= gnomeprefix gtk30 pygobject3
+USE_GNOME= gnomeprefix gtk30 pygobject3 intlhack
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile
index aab32cff6..20816ca0c 100644
--- a/devel/libgdata/Makefile
+++ b/devel/libgdata/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss
CONFLICTS= libgdata-0.6.*
USES= gettext gmake libtool pathfix pkgconfig tar:xz
-USE_GNOME= glib20 gnomehier gnomeprefix intltool \
+USE_GNOME= glib20 gnomehier gnomeprefix intlhack \
introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index 2860275b7..f5ef69f09 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= gedit>=0:${PORTSDIR}/editors/gedit
USES= gettext gmake libtool pathfix pkgconfig \
tar:xz
-USE_GNOME= gnomeprefix gtk30 gtksourceview3
+USE_GNOME= gnomeprefix gtk30 gtksourceview3 intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/games/aisleriot/Makefile b/games/aisleriot/Makefile
index 784250138..07f67b274 100644
--- a/games/aisleriot/Makefile
+++ b/games/aisleriot/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 \
CONFLICTS= sol-*
USES= desktop-file-utils gmake pathfix pkgconfig tar:xz
-USE_GNOME= gconf2 gtk30 librsvg2 libxml2:build
+USE_GNOME= gconf2 gtk30 intlhack librsvg2 libxml2:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-card-theme-formats=svg \
--with-guile=2.0
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile
index a711a0f23..47e3c6588 100644
--- a/net-im/ekiga/Makefile
+++ b/net-im/ekiga/Makefile
@@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
USES= gettext gmake libtool pathfix perl5 pkgconfig \
tar:xz
USE_XORG= xv
-USE_GNOME= gtk20 intltool libxml2
+USE_GNOME= gtk20 intlhack libxml2
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -I${LOCALBASE}/lib
diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile
index e5df9f70a..14291442d 100644
--- a/sysutils/tracker/Makefile
+++ b/sysutils/tracker/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \
PLIST_SUB= TRACKER_VER="1.0"
USES= gettext gmake libtool pathfix pkgconfig tar:xz
-USE_GNOME= gnomeprefix gtk30 intltool introspection:build
+USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
USE_LDCONFIG= yes
USE_SQLITE= 3
USE_GSTREAMER1= yes