diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-03 08:00:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-03 08:00:20 +0000 |
commit | 6a258c12836e6c4b10e123fb11fc11377ae3d00f (patch) | |
tree | 6681379bfd3e535059d6fcddaa558bac4b178aa7 | |
parent | 4a4053ce5120dca74c1fbbedf14de5e494041c1a (diff) | |
download | ports-6a258c12836e6c4b10e123fb11fc11377ae3d00f.tar.gz ports-6a258c12836e6c4b10e123fb11fc11377ae3d00f.zip |
Notes
-rw-r--r-- | games/whichwayisup/Makefile | 2 | ||||
-rw-r--r-- | games/xblast/Makefile | 2 | ||||
-rw-r--r-- | graphics/mesa-demos/Makefile | 2 | ||||
-rw-r--r-- | graphics/wildmagic/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/games/whichwayisup/Makefile b/games/whichwayisup/Makefile index 826a7446b3bf..06b1b97280e1 100644 --- a/games/whichwayisup/Makefile +++ b/games/whichwayisup/Makefile @@ -18,6 +18,8 @@ COMMENT= Platformer game with rotational twist RUN_DEPENDS= py*-game>=1.7.1:${PORTSDIR}/devel/py-game +BROKEN= does not fetch + USE_PYTHON= yes USE_ZIP= yes PORTDOCS= README.txt changelog.txt diff --git a/games/xblast/Makefile b/games/xblast/Makefile index b4b9a9f463a9..22a8691c88b6 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -23,6 +23,8 @@ DIST_SUBDIR= xblast MAINTAINER= ports@FreeBSD.org COMMENT= Multi-player real-time strategy game for X11 +BROKEN= does not fetch + WANT_SDL= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 6587873d2fd9..ee4db66646e8 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -13,6 +13,8 @@ PKGNAMEPREFIX= mesa- MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL demos distributed with Mesa +BROKEN= does not fetch + USE_GL= glu glut USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto diff --git a/graphics/wildmagic/Makefile b/graphics/wildmagic/Makefile index c4eaf8d5de1e..accb1568ce9d 100644 --- a/graphics/wildmagic/Makefile +++ b/graphics/wildmagic/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Wild Magic Real-Time 3D Graphics Engine +BROKEN= does not fetch + USE_ZIP= yes USE_DOS2UNIX= yes USE_GL= gl glut |