diff options
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r-- | games/battleball/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 1ab21e8a8e12..c8e942fa64f6 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= 3D single/multiplayer military soccer game for X Window System USE_GL= glu gl -UES_XORG= xmu xi +USE_XORG= xmu xi WRKSRC= ${WRKDIR}/battleball-2.1-src CFLAGS+= -Wno-deprecated ${PTHREAD_CFLAGS} MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ |