- add x11 to option set
- pre-define conflict for incoming -nox11 - x11 is currently default, no need for revision bump
This commit is contained in:
parent
a321328bdc
commit
f06a447ebe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509082
1 changed files with 6 additions and 3 deletions
|
@ -13,10 +13,13 @@ COMMENT= Bash Screenshot Information Tool
|
|||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
xdpyinfo:x11/xdpyinfo
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
X11_RUN_DEPENDS= xdpyinfo:x11/xdpyinfo
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
CONFLICTS_INSTALL?= screenFetch-nox11
|
||||
|
||||
OPTIONS_DEFINE= DOCS X11
|
||||
OPTIONS_DEFAULT= X11
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
|
Loading…
Reference in a new issue