- 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:
Jason Helfman 2019-08-16 15:39:35 +00:00
parent a321328bdc
commit f06a447ebe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509082

View file

@ -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