From 2145b112085dd79844ef75eec248fba54142dac2 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/sgi-fonts/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fonts/sgi-fonts/Makefile') diff --git a/fonts/sgi-fonts/Makefile b/fonts/sgi-fonts/Makefile index 1175d644a89..a0bb11a85e1 100644 --- a/fonts/sgi-fonts/Makefile +++ b/fonts/sgi-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/15 18:27:50 jlam Exp $ # DISTNAME= sgi-fonts-1.0-457.src @@ -19,8 +19,7 @@ BUILD_DEPENDS+= bzip2>=1.0.2:../../archivers/bzip2 WRKSRC= ${WRKDIR}/sgi-fonts USE_IMAKE= YES - -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar RPM2PKG= ${LOCALBASE}/sbin/rpm2pkg -- cgit v1.2.3