diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 14:14:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 14:14:07 +0000 |
commit | e628fe8c3834ec2462b65d0f30945065a5594dc8 (patch) | |
tree | 24154a69baafe678b306fd734bc5920826492e4c /x11-wm | |
parent | 4e6b1b908a53ee4eadf96bfd2b5e251be3a4acde (diff) | |
download | ports-e628fe8c3834ec2462b65d0f30945065a5594dc8.tar.gz ports-e628fe8c3834ec2462b65d0f30945065a5594dc8.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 43778ea63c99..d9717cc1c693 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -14,7 +14,7 @@ COMMENT= Window and compositing manager based on Clutter BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ - libclutter-glx-1.so:${PORTSDIR}/graphics/clutter \ + libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity |