diff options
author | kris <kris@FreeBSD.org> | 2006-02-13 06:20:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-13 06:20:03 +0800 |
commit | 5444f5ee2ec6e71933c8ae95a886f821a81805c1 (patch) | |
tree | 20430a832868c20753a122032c5ce227bb4c0836 /games | |
parent | 288091a73e9a0bde81c2ba60e87d8b99f6f94b88 (diff) | |
download | freebsd-ports-gnome-5444f5ee2ec6e71933c8ae95a886f821a81805c1.tar.gz freebsd-ports-gnome-5444f5ee2ec6e71933c8ae95a886f821a81805c1.tar.zst freebsd-ports-gnome-5444f5ee2ec6e71933c8ae95a886f821a81805c1.zip |
BROKEN: Touches filesystem before 'make install'
Diffstat (limited to 'games')
-rw-r--r-- | games/vdrift/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 34f4d3b00b21..a1356bca769a 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -18,6 +18,8 @@ COMMENT= Open source driving simulation BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal +BROKEN= Touches filesystem before 'make install' + USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes |