From a15d1fc1af2e7e1cd7288aed35d2781bf38a9551 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-*-*. --- devel/gdb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/gdb') diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 1bf54646ac5..8ee71eee15c 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/01 15:26:19 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/02 08:46:51 agc Exp $ # DISTNAME= gdb-4.18 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html -NOT_FOR_PLATFORM= NetBSD-*-* # In NetBSD base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system MAKE_ENV+= CPPFLAGS= INFO_FILES= gdb.info gdbint.info stabs.info bfd.info -- cgit v1.2.3