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 /accessibility | |
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 'accessibility')
-rw-r--r-- | accessibility/orca/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |