diff options
author | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
commit | d30eb875816456abc7e5be617dcc8b35e38dea4e (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /games/xdoom | |
parent | d703b691caa570ce0f4bb08be4e084d9bd4c6d99 (diff) | |
download | pkgsrc-d30eb875816456abc7e5be617dcc8b35e38dea4e.tar.gz |
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
Diffstat (limited to 'games/xdoom')
-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" |