Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2017 18:23:03 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432940 - in head: deskutils/p5-ZConf-BGSet x11-wm/fvwm-crystal
Message-ID:  <201701311823.v0VIN3et008583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Jan 31 18:23:03 2017
New Revision: 432940
URL: https://svnweb.freebsd.org/changeset/ports/432940

Log:
  Unbreak the INDEX build after r432934.
  
  Prompted by:	mat

Modified:
  head/deskutils/p5-ZConf-BGSet/Makefile
  head/x11-wm/fvwm-crystal/Makefile

Modified: head/deskutils/p5-ZConf-BGSet/Makefile
==============================================================================
--- head/deskutils/p5-ZConf-BGSet/Makefile	Tue Jan 31 17:33:06 2017	(r432939)
+++ head/deskutils/p5-ZConf-BGSet/Makefile	Tue Jan 31 18:23:03 2017	(r432940)
@@ -1,4 +1,4 @@
-# Created by: Zane C, Bowers <vvelox@vvelox.net>
+# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
 # $FreeBSD$
 
 PORTNAME=	ZConf-BGSet
@@ -14,7 +14,7 @@ COMMENT=	Background management utility a
 
 BUILD_DEPENDS=	p5-Image-Size-FillFullSelect>=0.1.0:graphics/p5-Image-Size-FillFullSelect \
 		p5-ZConf>=:net/p5-ZConf \
-		${LOCALBASE}/bin/hsetroot:graphics/hsetroot \
+		hsetroot:x11/hsetroot \
 		p5-Imager-AverageGray>=0.0.0:graphics/p5-Imager-AverageGray \
 		p5-X11-Resolution>=0.0.0:x11/p5-X11-Resolution \
 		p5-String-ShellQuote>=1.04:textproc/p5-String-ShellQuote

Modified: head/x11-wm/fvwm-crystal/Makefile
==============================================================================
--- head/x11-wm/fvwm-crystal/Makefile	Tue Jan 31 17:33:06 2017	(r432939)
+++ head/x11-wm/fvwm-crystal/Makefile	Tue Jan 31 18:23:03 2017	(r432940)
@@ -35,7 +35,7 @@ IMAGEMAGICK_RUN_DEPENDS=	display:graphic
 XSCREENSAVER_RUN_DEPENDS=	xscreensaver:x11/xscreensaver
 TRAYER_RUN_DEPENDS=	trayer:x11/trayer
 SUDO_RUN_DEPENDS=	sudo:security/sudo
-SETROOT_RUN_DEPENDS=	hsetroot:graphics/hsetroot
+SETROOT_RUN_DEPENDS=	hsetroot:x11/hsetroot
 CMUS_RUN_DEPENDS=	cmus:audio/cmus
 DOCS_INSTALL_TARGET=	install-doc
 



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