svn commit: r457969 - head/x11/hsetroot

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 3 15:11:13 UTC 2018


Author: danfe
Date: Wed Jan  3 15:11:11 2018
New Revision: 457969
URL: https://svnweb.freebsd.org/changeset/ports/457969

Log:
  Add explicit run-time dependency on `x11/xrandr': the program fails to run
  when xrandr(1) is not installed:
  
    $ hsetroot ...
    sh: xrandr: not found

Modified:
  head/x11/hsetroot/Makefile

Modified: head/x11/hsetroot/Makefile
==============================================================================
--- head/x11/hsetroot/Makefile	Wed Jan  3 15:02:39 2018	(r457968)
+++ head/x11/hsetroot/Makefile	Wed Jan  3 15:11:11 2018	(r457969)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hsetroot
 PORTVERSION=	1.0.2
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	x11
 
 MAINTAINER=	danfe at FreeBSD.org
@@ -12,6 +12,7 @@ COMMENT=	Wallpaper manipulation utility for X11
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libImlib2.so:graphics/imlib2
+RUN_DEPENDS=	xrandr:x11/xrandr
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	himdel


More information about the svn-ports-all mailing list