From 46fb8db2a228748c93c10f6b75c81b12cbd1e723 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 2 Jul 1999 08:46:51 +0000 Subject: For packages that are in the NetBSD base system, but needed for Solaris, narrow down the platforms, and use specific inclusion rather than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather than NOT_FOR_PLATFORM=NetBSD-*-*. --- lang/egcs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index 75cb52aea04..3054d646cf8 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:43 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/07/02 08:46:51 agc Exp $ # DISTNAME= egcs-1.1.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://egcs.cygnus.com/index.html GNU_CONFIGURE= yes -NOT_FOR_PLATFORM= NetBSD-*-* # In NetBSD base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system PREFIX= ${LOCALBASE}/egcs -- cgit v1.2.3