svn commit: r337268 - branches/2014Q1/deskutils/cairo-dock

Antoine Brodin antoine at FreeBSD.org
Mon Dec 23 17:48:48 UTC 2013


Author: antoine
Date: Mon Dec 23 17:48:47 2013
New Revision: 337268
URL: http://svnweb.freebsd.org/changeset/ports/337268

Log:
  MFH: r337267
  
  Fix LIB_DEPENDS
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/deskutils/cairo-dock/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/deskutils/cairo-dock/Makefile
==============================================================================
--- branches/2014Q1/deskutils/cairo-dock/Makefile	Mon Dec 23 17:46:58 2013	(r337267)
+++ branches/2014Q1/deskutils/cairo-dock/Makefile	Mon Dec 23 17:48:47 2013	(r337268)
@@ -13,7 +13,7 @@ COMMENT=	Cairo-Dock is a light and eye-c
 LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
 		libcurl.so:${PORTSDIR}/ftp/curl \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
-		libgtkglext-x11-1.so:${PORTSDIR}/x11-toolkits/gtkglext
+		libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		sox:${PORTSDIR}/audio/sox
 


More information about the svn-ports-branches mailing list