diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-15 18:27:48 +0000 |
commit | 35f017ce7ae6e18e6102f62c4167973050ee3fca (patch) | |
tree | 91f275af994eade5936cfd1677c803fdc48b0f89 /editors | |
parent | c9f7c574b439e0e124485dacb55b96516866e9f4 (diff) | |
download | pkgsrc-35f017ce7ae6e18e6102f62c4167973050ee3fca.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 'editors')
-rw-r--r-- | editors/ted-en-us/Makefile | 4 | ||||
-rw-r--r-- | editors/ted/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-packages/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile.common | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/ted-en-us/Makefile b/editors/ted-en-us/Makefile index 3e92ee3715d..2e6a5ff2650 100644 --- a/editors/ted-en-us/Makefile +++ b/editors/ted-en-us/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:49 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/15 18:27:49 jlam Exp $ DISTNAME= ted-2.16.src PKGNAME= ted-en-us-2.16 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/Ted-2.16 USE_X11BASE= YES NO_BUILD= YES -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar INSTALLATION_DIRS= share/Ted/ind post-extract: diff --git a/editors/ted/Makefile b/editors/ted/Makefile index e405286c90c..08ca182eb95 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/07/15 18:27:49 jlam Exp $ DISTNAME= ted-2.16.src PKGNAME= ted-2.16 @@ -13,7 +13,7 @@ COMMENT= X11 based WordPad-like word processor PKG_INSTALLATION_TYPES= overwrite pkgviews -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar WRKSRC= ${WRKDIR}/Ted-2.16 USE_X11BASE= YES diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 22987421f4d..7f8df513e8f 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2005/07/15 18:27:49 jlam Exp $ DISTNAME= xemacs-packages PKGNAME= xemacs-packages-1.15 @@ -137,7 +137,7 @@ DIST_SUBDIR= ${PKGBASE} EXTRACT_ONLY= # empty NO_BUILD= yes -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar .include "../../editors/xemacs/Makefile.pkg" diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common index 294686039de..6b1df16cfb9 100644 --- a/editors/xemacs/Makefile.common +++ b/editors/xemacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2005/07/15 18:27:49 jlam Exp $ DISTNAME= xemacs-21.4.17 CATEGORIES= editors @@ -12,7 +12,7 @@ CONFLICTS+= gnuclient-[0-9]* NOT_FOR_PLATFORM= *-*-mips* # fails purespace dumping -PKGSRC_USE_TOOLS+= gtar +USE_TOOLS+= gtar DIST_SUBDIR= xemacs EXTRA_FILES= ${DISTNAME}-elc.tar.gz ${DISTNAME}-info.tar.gz |