aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-19 16:55:49 +0800
committerkris <kris@FreeBSD.org>2004-04-19 16:55:49 +0800
commitca795929911594d5774f15770a31cf37cedb44d3 (patch)
treeda67fb3c768c4968c0bc1b8697eab705de5e99cb /games
parente4a3316487e6e1ff6e76e81d3edf4ca0fff075ad (diff)
downloadfreebsd-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/Makefile4
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