diff options
Diffstat (limited to 'games/doomlegacy/Makefile')
-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 |