summaryrefslogtreecommitdiff
path: root/games/xwelltris
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-24 13:03:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-24 13:03:55 +0000
commit270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch)
treed906a1023121e31d8ba733cea9aaadba68454b16 /games/xwelltris
parentcf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff)
downloadfreebsd-ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'games/xwelltris')
-rw-r--r--games/xwelltris/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xwelltris/Makefile b/games/xwelltris/Makefile
index ff3ae3c69b4e..541d6688341b 100644
--- a/games/xwelltris/Makefile
+++ b/games/xwelltris/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xwelltris
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.xnc.dubna.su/xwelltris/src/ \
http://freebsd.unixfreunde.de/sources/
@@ -27,6 +27,6 @@ PLIST_FILES= bin/xwelltris \
share/xwelltris/welltris.scores
PLIST_DIRS= share/xwelltris
GNU_CONFIGURE= yes
-USE_XLIB= yes
+USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xrandr
.include <bsd.port.mk>