aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-19 06:35:06 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-19 06:35:06 +0000
commit813a9784cbe091ccb4313e4117cbd95fba3a71ad (patch)
tree5da2344991bfa4bf4e4db43dcd3f43ab53d0aed0 /games
parent3e2372b2cab8ff0bbf833143c38f543514bf0b41 (diff)
downloadports-813a9784cbe091ccb4313e4117cbd95fba3a71ad.tar.gz
ports-813a9784cbe091ccb4313e4117cbd95fba3a71ad.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/battalion/Makefile5
-rw-r--r--games/battleball/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/games/battalion/Makefile b/games/battalion/Makefile
index c3f1379ca74d..be4e4c284a37 100644
--- a/games/battalion/Makefile
+++ b/games/battalion/Makefile
@@ -7,7 +7,7 @@
PORTNAME= battalion
PORTVERSION= 1.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.evl.uic.edu/aej/BATTALION/
DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz
@@ -18,8 +18,7 @@ COMMENT= Monsters, explosions, destruction game for X Window System
WRKSRC= ${WRKDIR}/battalionSource
ALL_TARGET= # empty
-USE_X_PREFIX= yes
-USE_GL= yes
+USE_GL= glu gl
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
index 0cafde294900..5dcf4b14cce9 100644
--- a/games/battleball/Makefile
+++ b/games/battleball/Makefile
@@ -7,7 +7,7 @@
PORTNAME= battleball
PORTVERSION= 2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://freebsd.aeternal.net/ports/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -15,8 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= 3D single/multiplayer military soccer game for X Window System
-USE_X_PREFIX= yes
-USE_GL= yes
+USE_GL= glu gl
WRKSRC= ${WRKDIR}/battleball-2.1-src
CFLAGS+= -Wno-deprecated ${PTHREAD_CFLAGS}
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \