1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Use USE_MESA instead of LIB_DEPENDS on GL.14 to allow packages to build

and not fail to install Mesa twice.

Noticed by:	bento
This commit is contained in:
Neil Blakey-Milner 2000-11-03 23:48:03 +00:00
parent 0f3e07537e
commit 97bc172f5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34795

View File

@ -14,11 +14,10 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= nbm@FreeBSD.org
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
WRKSRC= ${WRKDIR}/bzflag
USE_XLIB= yes
USE_MESA= yes
MAKE_ENV= PORTCFLAGS="${CFLAGS}" PORTCXXFLAGS="${CXXFLAGS}" \
PORTPREFIX="${PREFIX}" OSVERSION="${OSVERSION}"