mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
0a33fd8110
commit
cda22e4349
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457969
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue