summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 19:11:12 +0000
committerjlam <jlam>2005-05-22 19:11:12 +0000
commit481961a97416fe433412063dad7a20c1808ad8cb (patch)
tree9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /devel
parentf0e3c7b914fe30601509b9bc2ee71f15351bd8da (diff)
downloadpkgsrc-481961a97416fe433412063dad7a20c1808ad8cb.tar.gz
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile4
-rw-r--r--devel/patch/Makefile9
2 files changed, 2 insertions, 11 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 41c2a7f15a9..07e061bb71d 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2005/05/22 05:35:32 jlam Exp $
+# $NetBSD: Makefile,v 1.67 2005/05/22 19:11:12 jlam Exp $
###########################################################################
###########################################################################
@@ -66,9 +66,7 @@ BUILD_SHLIBTOOL?= YES
USE_LANGUAGES= c c++ fortran
CONFIGURE_ARGS+= --with-tags=CXX,F77,GCJ
-.if !empty(_USE_NEW_TOOLS:M[yY][eE][sS])
USE_TOOLS+= echo
-.endif
.PHONY: fix-libtool
fix-libtool:
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 275eee1112e..56fc6a3b39f 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/05/16 20:04:12 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/22 19:11:12 jlam Exp $
#
DISTNAME= patch-2.5.4
@@ -51,10 +51,3 @@ post-install:
.endif
.include "../../mk/bsd.pkg.mk"
-
-.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
-# Needed for bootstrapping pkgsrc!
-.if !exists(${GTAR})
-GTAR= /usr/bin/tar # Solaris
-.endif
-.endif