Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 18:53:04 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331053 - head/Mk
Message-ID:  <201310201853.r9KIr4Vj000783@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Sun Oct 20 18:53:04 2013
New Revision: 331053
URL: http://svnweb.freebsd.org/changeset/ports/331053

Log:
  - Fix devel/xfce4-dev-tools detection, when xfdev is used in USE_XFCE macro

Modified:
  head/Mk/bsd.xfce.mk

Modified: head/Mk/bsd.xfce.mk
==============================================================================
--- head/Mk/bsd.xfce.mk	Sun Oct 20 18:46:58 2013	(r331052)
+++ head/Mk/bsd.xfce.mk	Sun Oct 20 18:53:04 2013	(r331053)
@@ -46,7 +46,8 @@ wm_RUN_DEPENDS=			xfce4-wm>=4.10.1:${POR
 xfconf_BUILD_DEPENDS=		xfce4-conf>=4.10.0:${PORTSDIR}/x11/xfce4-conf
 xfconf_RUN_DEPENDS=		xfce4-conf>=4.10.0:${PORTSDIR}/x11/xfce4-conf
 
-xfdev_RUN_DEPENDS=		xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools
+xfdev_BUILD_DEPENDS=		xdt-csource:${PORTSDIR}/devel/xfce4-dev-tools
+xfdev_RUN_DEPENDS=		xdt-csource:${PORTSDIR}/devel/xfce4-dev-tools
 
 .endif
 



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