1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Add USE_XLIB when needed since USE_GL does not imply it anymore.

Reported by:	pointyhat (via erwin)
This commit is contained in:
Alejandro Pulver 2007-10-19 02:02:34 +00:00
parent d5c3e88864
commit 9efbb811be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201653
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
USE_ZIP= yes
USE_DOS2UNIX= yes
USE_GL= yes
USE_XLIB= yes
USE_SCONS= yes
SCONS_ARGS= warnings=0
NO_WRKSUBDIR= yes

View File

@ -81,6 +81,7 @@ USE_SDL= sdl
MAKE_ENV+= USE_SDL_VIDEO=1
. else
USE_GL= yes
USE_XLIB= yes
. endif
.endif

View File

@ -57,6 +57,7 @@ MAKE_ENV+= DLL_ONLY=true
.if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP)
USE_GL= yes
USE_XLIB= yes
.endif
.if !defined(WITHOUT_CLIENT)