* Add a dependency on xrandr, since the latest version uses Xrandr.h

* Set NO_CCACHE to match configure being passed --disable-ccache

Fixes the build in poudriere and for people trying to use ccache

PR:		239387
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
This commit is contained in:
Greg Lewis 2019-07-24 22:41:40 +00:00
parent e73279ea10
commit 93dbf94b5e

View file

@ -25,12 +25,14 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libpng.so:graphics/png
USES= compiler:features gmake iconv jpeg pkgconfig
USE_XORG= x11 xext xi xrender xt xtst
USE_XORG= x11 xext xi xrandr xrender xt xtst
USE_GITHUB= yes
GH_ACCOUNT= battleblow
GH_PROJECT= openjdk-jdk11u
NO_CCACHE= yes
_MAKE_JOBS= #
MAKE_ENV= LANG="C" \
LC_ALL="C" \