svn commit: r363045 - head/deskutils/cairo-dock-plugins

John Marino marino at FreeBSD.org
Sun Jul 27 11:10:44 UTC 2014


Author: marino
Date: Sun Jul 27 11:10:43 2014
New Revision: 363045
URL: http://svnweb.freebsd.org/changeset/ports/363045
QAT: https://qat.redports.org/buildarchive/r363045/

Log:
  cairo-dock-plugins: Resolve conflict seen with XFCE_INTEGRATION option
  
  PR:		188233
  Submitted by:	maintainer (Ivan Klymenko)

Modified:
  head/deskutils/cairo-dock-plugins/Makefile

Modified: head/deskutils/cairo-dock-plugins/Makefile
==============================================================================
--- head/deskutils/cairo-dock-plugins/Makefile	Sun Jul 27 11:02:09 2014	(r363044)
+++ head/deskutils/cairo-dock-plugins/Makefile	Sun Jul 27 11:10:43 2014	(r363045)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cairo-dock-plugins
 DISTVERSION=	3.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	deskutils
 MASTER_SITES=	https://launchpadlibrarian.net/137290159/ \
 		http://pazzle.otdux.com.ua/
@@ -57,8 +57,7 @@ post-patch:
 	     s|/usr/share/cairo-dock|${LOCALBASE}/share/cairo-dock|g'
 
 .if ${PORT_OPTIONS:MXFCE_INTEGRATION}
-LIB_DEPENDS+=	libthunar-vfs-1.so:${PORTSDIR}/x11-fm/thunar-vfs \
-		libexif.so:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS+=	libexif.so:${PORTSDIR}/graphics/libexif
 CMAKE_ARGS+=	-Denable-xfce-integration:BOOL=TRUE
 .else
 CMAKE_ARGS+=	-Denable-xfce-integration:BOOL=FALSE


More information about the svn-ports-head mailing list