diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 18:03:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 18:03:57 +0800 |
commit | fad0ef6337fb6c0e55778dfc929e51bf0d11f297 (patch) | |
tree | 890e8f6ecc3f3fb17b5a5b44827a9f5f5dccec36 /deskutils | |
parent | 4c8d5d1fe9482b2ebfd6fd3a3c329abe3b194b89 (diff) | |
download | marcuscom-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
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-tweak-tool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |