svn commit: r432940 - in head: deskutils/p5-ZConf-BGSet x11-wm/fvwm-crystal

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jan 31 18:23:04 UTC 2017


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 at vvelox.net>
+# Created by: Zane C. Bowers-Hadley <vvelox at 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
 


More information about the svn-ports-all mailing list