java/openjdk8: Drop nop X11_MAKE_ENV_ON
Should have been X11_MAKE_ENV. It has been that way since r451167 and this does not seem to have caused any trouble. Just drop it.
This commit is contained in:
parent
8414af5c00
commit
ae284bd2d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514213
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ X11_CONFIGURE_ON= --with-giflib=system \
|
|||
X11_LIB_DEPENDS= libgif.so:graphics/giflib
|
||||
X11_MAKE_ENV_OFF= BUILD_HEADLESS_ONLY=1 \
|
||||
MAKEFLAGS=X_CFLAGS="-I${LOCALBASE}/include"
|
||||
X11_MAKE_ENV_ON= MAKEFLAGS=""
|
||||
X11_USE= XORG=x11,xext,xi,xrender,xt,xtst
|
||||
FONTCONFIG_EXTRA_PATCHES= ${PATCHDIR}/fontconfig.patch
|
||||
FONTCONFIG_IMPLIES= X11
|
||||
|
|
Loading…
Reference in a new issue