diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-04-27 21:12:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-04-27 21:12:38 +0800 |
commit | 6c99258e3d464068666c815b5e83732b0a9eccb0 (patch) | |
tree | a200fe6284514add3e19f0c338cadea830bbc726 /games | |
parent | f18c05d7bce7b1878325c0b230d5e1a49b6cd245 (diff) | |
download | freebsd-ports-gnome-6c99258e3d464068666c815b5e83732b0a9eccb0.tar.gz freebsd-ports-gnome-6c99258e3d464068666c815b5e83732b0a9eccb0.tar.zst freebsd-ports-gnome-6c99258e3d464068666c815b5e83732b0a9eccb0.zip |
- Fix fetch
PR: 189045
Submitted by: Alexander Panyushkin <vsityz@gmail.com>
Pointyhat to: bapt
Diffstat (limited to 'games')
-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}" \ |