diff options
author | pav <pav@FreeBSD.org> | 2009-01-26 04:52:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-26 04:52:29 +0800 |
commit | 5fab50d8a221722d7bc9615c7d1605aad4480787 (patch) | |
tree | f3a350e84a9dd056d0bdff7ce2efe02df210e432 /games | |
parent | d94fefd64447736edaa463351a0768de897bed13 (diff) | |
download | freebsd-ports-gnome-5fab50d8a221722d7bc9615c7d1605aad4480787.tar.gz freebsd-ports-gnome-5fab50d8a221722d7bc9615c7d1605aad4480787.tar.zst freebsd-ports-gnome-5fab50d8a221722d7bc9615c7d1605aad4480787.zip |
- UES_XORG is just like USE_XORG, but different
Reported by: pointyhat
Diffstat (limited to 'games')
-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}" \ |