aboutsummaryrefslogtreecommitdiffstats
path: root/games/3dpong
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-03-18 09:34:26 +0800
committerbeech <beech@FreeBSD.org>2008-03-18 09:34:26 +0800
commit63e35025a7e74dbb3791d89effb43254eeb825bd (patch)
tree5447bbce54e7f45ee7bf31764550fd4f922c52b6 /games/3dpong
parent5dba4a43375891cc553b2d3866ff81e3cf839356 (diff)
downloadfreebsd-ports-gnome-63e35025a7e74dbb3791d89effb43254eeb825bd.tar.gz
freebsd-ports-gnome-63e35025a7e74dbb3791d89effb43254eeb825bd.tar.zst
freebsd-ports-gnome-63e35025a7e74dbb3791d89effb43254eeb825bd.zip
- Remove USE_X_PREFIX
- Bump portrevision PR: ports/121811 Submitted by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'games/3dpong')
-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"