diff options
Diffstat (limited to 'games/xdoom/Makefile')
-rw-r--r-- | games/xdoom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile index ecdfd2f9bc0..33183643339 100644 --- a/games/xdoom/Makefile +++ b/games/xdoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/04/11 21:45:58 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/05/15 22:02:27 jlam Exp $ DISTNAME= linuxdoom-1.10 PKGNAME= xdoom-1.10 @@ -23,6 +23,8 @@ USE_X11BASE= yes USE_GNU_TOOLS+= make MAKE_ENV+= X11BASE=${X11BASE} INSTALL_PREFIX=${X11PREFIX} +PKGSRC_USE_TOOLS+= gunzip + .include "../../mk/bsd.prefs.mk" .ifdef ${OPSYS} == "Linux" |