Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2018 15:11:12 +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: r457969 - head/x11/hsetroot
Message-ID:  <201801031511.w03FBCj5016912@repo.freebsd.org>

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



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