diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-19 18:31:44 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-19 18:31:44 +0800 |
commit | 029614d8bdc012a30155b9fd356bf0b86fdda935 (patch) | |
tree | f973f5d319adb8899a0597280ee2b0e32dc8d3db /x11 | |
parent | a4b40280c884b9c6e38fddac457cb6650f577449 (diff) | |
download | marcuscom-ports-029614d8bdc012a30155b9fd356bf0b86fdda935.tar marcuscom-ports-029614d8bdc012a30155b9fd356bf0b86fdda935.tar.gz marcuscom-ports-029614d8bdc012a30155b9fd356bf0b86fdda935.tar.bz2 marcuscom-ports-029614d8bdc012a30155b9fd356bf0b86fdda935.tar.lz marcuscom-ports-029614d8bdc012a30155b9fd356bf0b86fdda935.tar.xz marcuscom-ports-029614d8bdc012a30155b9fd356bf0b86fdda935.tar.zst marcuscom-ports-029614d8bdc012a30155b9fd356bf0b86fdda935.zip |
Use intlhack to make sure the locale files are put int he correct place.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19995 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell-extensions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-shell-extensions/Makefile b/x11/gnome-shell-extensions/Makefile index 521617f4d..01e778c25 100644 --- a/x11/gnome-shell-extensions/Makefile +++ b/x11/gnome-shell-extensions/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop RUN_DEPENDS= gnome-shell>=3.12.0:${PORTSDIR}/x11/gnome-shell USES= gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomedesktop3 intltool +USE_GNOME= glib20 gnomedesktop3 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-extensions=all |