summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 977759cece3..9c7feb101c2 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/03/23 14:11:23 tron Exp $
+# $NetBSD: Makefile,v 1.7 2001/03/24 21:10:12 tron Exp $
#
DISTNAME= patch-2.5.4
@@ -19,3 +19,8 @@ IGNORE= "${PKGNAME} is part of your NetBSD distribution"
.endif
.include "../../mk/bsd.pkg.mk"
+
+# Needed for bootstrapping pkgsrc!
+.if !exists(${GTAR})
+GTAR= /usr/bin/tar # Solaris
+.endif