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. --- fonts/chkfontpath/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fonts/chkfontpath') diff --git a/fonts/chkfontpath/Makefile b/fonts/chkfontpath/Makefile index 12f7c13f45e..ce2e488ca54 100644 --- a/fonts/chkfontpath/Makefile +++ b/fonts/chkfontpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:52 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/15 18:27:49 jlam Exp $ # DISTNAME= chkfontpath-1.9.7 @@ -13,9 +13,8 @@ COMMENT= Command line tool to manage X server's font path BUILD_DEPENDS+= rpm2cpio>=1.1:../../converters/rpm2cpio MAKE_ENV+= VERSION=${PKGVERSION} -USE_TOOLS+= gmake +USE_TOOLS+= gmake gtar -PKGSRC_USE_TOOLS+= gtar INSTALLATION_DIRS= bin man/man8 # Might as well make this a general scheme for .src.rpm files... - HF -- cgit v1.2.3