diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /games/xtet42 | |
parent | - Since X11BASE = LOCALBASE, register a conflict between freeglut and (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'games/xtet42')
-rw-r--r-- | games/xtet42/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xtet42/Makefile b/games/xtet42/Makefile index 225882b1d700..d6df5c63d4ef 100644 --- a/games/xtet42/Makefile +++ b/games/xtet42/Makefile @@ -7,16 +7,16 @@ PORTNAME= xtet42 PORTVERSION= 2.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ MAINTAINER= gmarco@gufi.org COMMENT= A one or two player t*tris game -USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-setgid=games +USE_XORG= x11 MAN6= xtet42.6 |