diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-27 13:12:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-27 13:12:38 +0000 |
commit | c87f1ecfe3c2500d2a6b5056ebab0a8fe6669d11 (patch) | |
tree | a200fe6284514add3e19f0c338cadea830bbc726 /games/nexuiz | |
parent | 12b613ce848cdb29b84456a6af6673b9135fade6 (diff) |
Notes
Diffstat (limited to 'games/nexuiz')
-rw-r--r-- | games/nexuiz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index 2e707a6ffc26..e9d3d90c44fa 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv2 MANUAL_PACKAGE_BUILD= huge -SUES= zip +USES= zip WRKSRC= ${WRKDIR}/Nexuiz/sources/darkplaces MAKEFILE= BSDmakefile MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" CC="${CC}" \ |