From a8a3c01339f836584fb7288620bc90208ecec059 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 25 May 2008 21:42:20 +0000 Subject: Explicitly add pax dependency in those Makefiles that use it (or have patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree. --- devel/py-setuptools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/py-setuptools') diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 3091bacd35b..ca492378fc7 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/05/25 21:42:21 joerg Exp $ # EGG_VERSION= 0.6c6 @@ -15,7 +15,7 @@ COMMENT= New Python packaging system PKG_DESTDIR_SUPPORT= user-destdir PYTHON_VERSIONS_ACCEPTED= 25 24 -USE_TOOLS+= unzip +USE_TOOLS+= unzip pax PY_PATCHPLIST= yes PLIST_SUBST+= EGG_NAME=${EGG_NAME} -- cgit v1.2.3