diff options
author | kris <kris@FreeBSD.org> | 2006-10-21 11:13:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-10-21 11:13:33 +0800 |
commit | e0c2ecb758109fe3638cc0a188db5f7964b4cbcb (patch) | |
tree | c12c3fa118c810eb3aeaa8f1b912d4388df1f11f /games | |
parent | 32ab326baff13970198c7f1caaace7565aeae451 (diff) | |
download | freebsd-ports-graphics-e0c2ecb758109fe3638cc0a188db5f7964b4cbcb.tar.gz freebsd-ports-graphics-e0c2ecb758109fe3638cc0a188db5f7964b4cbcb.tar.zst freebsd-ports-graphics-e0c2ecb758109fe3638cc0a188db5f7964b4cbcb.zip |
BROKEN: (Still) installs file into /usr/bin and does so before make install
Approved by: portmgr (self)
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 c070a4b807f..f8c5438761a 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ alut.1:${PORTSDIR}/audio/freealut RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data +BROKEN= Installs file into /usr/bin and does so prior to make install + USE_BZIP2= yes USE_GL= yes USE_SDL= sdl image net |