Add explicit run-time dependency on `x11/xrandr': the program fails to run

when xrandr(1) is not installed:

  $ hsetroot ...
  sh: xrandr: not found
This commit is contained in:
Alexey Dokuchaev 2018-01-03 15:11:11 +00:00
parent 0a33fd8110
commit cda22e4349
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457969

View file

@ -3,7 +3,7 @@
PORTNAME= hsetroot PORTNAME= hsetroot
PORTVERSION= 1.0.2 PORTVERSION= 1.0.2
PORTREVISION= 13 PORTREVISION= 14
CATEGORIES= x11 CATEGORIES= x11
MAINTAINER= danfe@FreeBSD.org MAINTAINER= danfe@FreeBSD.org
@ -12,6 +12,7 @@ COMMENT= Wallpaper manipulation utility for X11
LICENSE= GPLv2 LICENSE= GPLv2
LIB_DEPENDS= libImlib2.so:graphics/imlib2 LIB_DEPENDS= libImlib2.so:graphics/imlib2
RUN_DEPENDS= xrandr:x11/xrandr
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= himdel GH_ACCOUNT= himdel