aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-22 22:14:07 +0800
committerbapt <bapt@FreeBSD.org>2014-04-22 22:14:07 +0800
commit8f87142a427ef462e7f704a872ac5e35fadd81bc (patch)
tree24154a69baafe678b306fd734bc5920826492e4c
parent1a7937de6c8deb21c3bf1aefb24fe7d244a4d9ca (diff)
downloadfreebsd-ports-gnome-8f87142a427ef462e7f704a872ac5e35fadd81bc.tar.gz
freebsd-ports-gnome-8f87142a427ef462e7f704a872ac5e35fadd81bc.tar.zst
freebsd-ports-gnome-8f87142a427ef462e7f704a872ac5e35fadd81bc.zip
Fix LIB_DEPENDS
Reported by: jenkins
-rw-r--r--x11-wm/mutter/Makefile2
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