summaryrefslogtreecommitdiff
path: root/fonts/XFree86-fontsEncodings
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-15 18:27:48 +0000
committerjlam <jlam@pkgsrc.org>2005-07-15 18:27:48 +0000
commitbf9129c41e2b7be767d2c17d60e379900e6dda5f (patch)
tree91f275af994eade5936cfd1677c803fdc48b0f89 /fonts/XFree86-fontsEncodings
parent2e277f69ef4ed4af438f9af4c09272a7ccbb2475 (diff)
downloadpkgsrc-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 'fonts/XFree86-fontsEncodings')
-rw-r--r--fonts/XFree86-fontsEncodings/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/XFree86-fontsEncodings/Makefile.common b/fonts/XFree86-fontsEncodings/Makefile.common
index b2fc9ef7929..6b6abdf9185 100644
--- a/fonts/XFree86-fontsEncodings/Makefile.common
+++ b/fonts/XFree86-fontsEncodings/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/05/21 04:10:17 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/07/15 18:27:49 jlam Exp $
#
# Makefile fragment used by XFree86-fonts* packages.
@@ -11,7 +11,7 @@ FILESDIR= ${.CURDIR}/../../fonts/XFree86-fontsEncodings/files
ENCODINGS= encodings encodings/large
TOPDIR?= ../../..
-PKGSRC_USE_TOOLS+= gtar
+USE_TOOLS+= gtar
post-extract:
. if defined(FONTS_MISC)