summaryrefslogtreecommitdiff
path: root/fonts/chkfontpath
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-15 18:27:48 +0000
committerjlam <jlam>2005-07-15 18:27:48 +0000
commitd2eea181f0c5ef51db2ef63ecadc8d3add70bd6b (patch)
tree91f275af994eade5936cfd1677c803fdc48b0f89 /fonts/chkfontpath
parent6b7892b7405d77307d3b0c21dd5229fd6fa9d116 (diff)
downloadpkgsrc-d2eea181f0c5ef51db2ef63ecadc8d3add70bd6b.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 'fonts/chkfontpath')
-rw-r--r--fonts/chkfontpath/Makefile5
1 files changed, 2 insertions, 3 deletions
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