diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
commit | 419428ec4a15d9456b030da53a2a8336034141b3 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /games/xrick | |
parent | a7b48d62bcbdeab27e99fce58658275c20ccdfaf (diff) | |
download | pkgsrc-419428ec4a15d9456b030da53a2a8336034141b3.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/xrick')
-rw-r--r-- | games/xrick/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xrick/Makefile b/games/xrick/Makefile index 7e2b2481d88..b941b8feec3 100644 --- a/games/xrick/Makefile +++ b/games/xrick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:58 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/05/15 22:02:27 jlam Exp $ # DISTNAME= xrick-021212 @@ -18,6 +18,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= gunzip USE_X11= YES SUBST_CLASSES+= data |