svn commit: r351840 - head/x11-wm/mutter

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 22 14:14:07 UTC 2014


Author: bapt
Date: Tue Apr 22 14:14:07 2014
New Revision: 351840
URL: http://svnweb.freebsd.org/changeset/ports/351840
QAT: https://qat.redports.org/buildarchive/r351840/

Log:
  Fix LIB_DEPENDS
  
  Reported by:	jenkins

Modified:
  head/x11-wm/mutter/Makefile

Modified: head/x11-wm/mutter/Makefile
==============================================================================
--- head/x11-wm/mutter/Makefile	Tue Apr 22 14:13:26 2014	(r351839)
+++ head/x11-wm/mutter/Makefile	Tue Apr 22 14:14:07 2014	(r351840)
@@ -14,7 +14,7 @@ COMMENT=	Window and compositing manager 
 
 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
 


More information about the svn-ports-all mailing list