diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /games/xwelltris | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |