diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
commit | bf9129c41e2b7be767d2c17d60e379900e6dda5f (patch) | |
tree | 91f275af994eade5936cfd1677c803fdc48b0f89 /games/xrick | |
parent | 2e277f69ef4ed4af438f9af4c09272a7ccbb2475 (diff) | |
download | pkgsrc-bf9129c41e2b7be767d2c17d60e379900e6dda5f.tar.gz |
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
Diffstat (limited to 'games/xrick')
-rw-r--r-- | games/xrick/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xrick/Makefile b/games/xrick/Makefile index c6e4fe6f563..e8cbd2196b1 100644 --- a/games/xrick/Makefile +++ b/games/xrick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:56 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/07/15 18:27:51 jlam Exp $ # DISTNAME= xrick-021212 @@ -17,8 +17,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -USE_TOOLS+= gmake -PKGSRC_USE_TOOLS+= gunzip +USE_TOOLS+= gmake gunzip SUBST_CLASSES+= data SUBST_STAGE.data= post-patch |