diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /games/xbl | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'games/xbl')
-rw-r--r-- | games/xbl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile index 667e916ed3b3..e3ad50e56e2b 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -7,16 +7,16 @@ PORTNAME= xbl PORTVERSION= 1.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www710.univ-lyon1.fr/~exco/XBL/ GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A 3D block-dropping game -BUILD_DEPENDS= imake:${X_IMAKE_PORT} +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake -USE_X_PREFIX= yes +USE_XORG= x11 xext GNU_CONFIGURE= yes MAN1= xbl.1 |