aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/3dpong/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile
index 6d2594abb4a7..e3e77b3bbee0 100644
--- a/games/3dpong/Makefile
+++ b/games/3dpong/Makefile
@@ -7,14 +7,14 @@
PORTNAME= 3dpong
PORTVERSION= 0.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/3dpong/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= X Window 3D Pong game for 1 or 2 players with a ball and paddles
-USE_X_PREFIX= yes
+USE_XORG= x11
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${X11BASE}/include" \
XLIB="-L${X11BASE}/lib -lX11"