aboutsummaryrefslogtreecommitdiff
path: root/games/tetrons
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-23 23:03:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-23 23:03:18 +0000
commit06aa815303d09728523a1521f001bd7d8ac0ff16 (patch)
tree8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /games/tetrons
parent7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff)
downloadports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz
ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip
Notes
Diffstat (limited to 'games/tetrons')
-rw-r--r--games/tetrons/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tetrons/Makefile b/games/tetrons/Makefile
index a877cfec692e..07c760b33e41 100644
--- a/games/tetrons/Makefile
+++ b/games/tetrons/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tetrons
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.mammothcheese.ca/
@@ -14,8 +15,8 @@ MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Tetris(TM) clone for X11
MAKE_ARGS+= -DRANDOM
-USE_XLIB= yes
+USE_XORG= x11 xext xi
PLIST_FILES= bin/tetrons
.include <bsd.port.mk>