From 0dd669b887d1aae7c547255796f26b132a870773 Mon Sep 17 00:00:00 2001 From: kim Date: Sun, 19 Sep 1999 19:56:48 +0000 Subject: Unfortunately /usr/bin/patch is not what we want on Solaris. --- devel/patch/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 0601ed3b5ca..b9ac3115ae3 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 15:27:09 kim Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/19 19:56:48 kim Exp $ # DISTNAME= patch-2.5.4 @@ -11,7 +11,9 @@ HOMEPAGE= http://www.gnu.org/software/patch/patch.html NO_PATCH= yes GNU_CONFIGURE= yes -.if exists(/usr/bin/patch) +.include "../../mk/bsd.prefs.mk" + +.if exists(/usr/bin/patch) && ${OPSYS} != "SunOS" IGNORE= "is part of your NetBSD distribution" .endif -- cgit v1.2.3