From bf9129c41e2b7be767d2c17d60e379900e6dda5f Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 15 Jul 2005 18:27:48 +0000 Subject: 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. --- games/xrick/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games/xrick') 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 -- cgit v1.2.3