Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 11:10:43 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363045 - head/deskutils/cairo-dock-plugins
Message-ID:  <201407271110.s6RBAhLU044433@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407271110.s6RBAhLU044433>