diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 16:55:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 16:55:49 +0800 |
commit | ca795929911594d5774f15770a31cf37cedb44d3 (patch) | |
tree | da67fb3c768c4968c0bc1b8697eab705de5e99cb /games | |
parent | e4a3316487e6e1ff6e76e81d3edf4ca0fff075ad (diff) | |
download | freebsd-ports-gnome-ca795929911594d5774f15770a31cf37cedb44d3.tar.gz freebsd-ports-gnome-ca795929911594d5774f15770a31cf37cedb44d3.tar.zst freebsd-ports-gnome-ca795929911594d5774f15770a31cf37cedb44d3.zip |
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
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 |