diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-18 01:34:26 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-18 01:34:26 +0000 |
commit | 83b26f03a691a613b2fd58fe78cd4b9191ae09ff (patch) | |
tree | 88fd444c0816ab86c6cdc68658f44d92b50e73e8 /games/3dpong | |
parent | 100c4c8fc0db6a4236787efdcaacb67452c15ed3 (diff) | |
download | ports-83b26f03a691a613b2fd58fe78cd4b9191ae09ff.tar.gz ports-83b26f03a691a613b2fd58fe78cd4b9191ae09ff.zip |
Notes
Diffstat (limited to 'games/3dpong')
-rw-r--r-- | games/3dpong/Makefile | 4 |
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" |