diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-23 02:16:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-23 02:16:14 +0800 |
commit | 54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2 (patch) | |
tree | 9fa7afab9554edefad5ea3029aae6ca4595ecbcd /x11/gnome-shell | |
parent | b81107bee592f8dfc033fded7f8ab26e80dcabdb (diff) | |
download | marcuscom-ports-54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2.tar marcuscom-ports-54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2.tar.gz marcuscom-ports-54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2.tar.bz2 marcuscom-ports-54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2.tar.lz marcuscom-ports-54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2.tar.xz marcuscom-ports-54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2.tar.zst marcuscom-ports-54b9e1dfff7df3f826cf2c0b92cf5ff7373cadb2.zip |
Correct ibus library name.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18803 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-shell')
-rw-r--r-- | x11/gnome-shell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index bf3fd95d7..488644f06 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \ libfolks.so:${PORTSDIR}/net-im/folks \ - libibus.so:${PORTSDIR}/textproc/ibus \ + libibus-1.0.so:${PORTSDIR}/textproc/ibus \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ libcroco-0.6.so:${PORTSDIR}/textproc/libcroco \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ |