aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2000-11-04 07:48:03 +0800
committernbm <nbm@FreeBSD.org>2000-11-04 07:48:03 +0800
commite39956426bb2af41d81e191df12cb6e7663a2f16 (patch)
treee73995c3014aeaffeb3c7739ebc18a278466bbcb /games
parent34fb5dfe50f1c430ea9d0869c9869964c7d11bb2 (diff)
downloadfreebsd-ports-gnome-e39956426bb2af41d81e191df12cb6e7663a2f16.tar.gz
freebsd-ports-gnome-e39956426bb2af41d81e191df12cb6e7663a2f16.tar.zst
freebsd-ports-gnome-e39956426bb2af41d81e191df12cb6e7663a2f16.zip
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
Diffstat (limited to 'games')
-rw-r--r--games/bzflag/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile
index 84a3508e2b67..4788fe132e73 100644
--- a/games/bzflag/Makefile
+++ b/games/bzflag/Makefile
@@ -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}"