diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 08:55:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 08:55:49 +0000 |
commit | 312a896b53673244bf21f96207b5e03243a927ed (patch) | |
tree | ad344aff14316a0fa51921da936cd89d1e396bc4 /games | |
parent | 1e5aac7a31022dd8131d1a1b5cf86335772c5afc (diff) | |
download | ports-312a896b53673244bf21f96207b5e03243a927ed.tar.gz ports-312a896b53673244bf21f96207b5e03243a927ed.zip |
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=107557
Diffstat (limited to 'games')
-rw-r--r-- | games/doomlegacy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/doomlegacy/Makefile b/games/doomlegacy/Makefile index 60936c4f4b1a..68077680e4fa 100644 --- a/games/doomlegacy/Makefile +++ b/games/doomlegacy/Makefile @@ -18,8 +18,8 @@ EXTRACT_ONLY= ${DIST} MAINTAINER= bock@bock.nnov.ru COMMENT= DooM Legacy: popular DooM clone! -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ - nasm:${PORTSDIR}/devel/nasm +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_XLIB= yes USE_GMAKE= yes |