From 04719f077d24d7ad2b1b90400f5b307381481cbb Mon Sep 17 00:00:00 2001 From: abs Date: Thu, 29 Nov 2001 16:44:15 +0000 Subject: Change ONLY_FOR_PLATFORM...SunOS to NOT_FOR_PLATFORM...NetBSD This package works fine under RedHat 5.0 (I'm still trying to work out what karma I broke in order to be in a position to know this...) --- devel/zlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/zlib') diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index c1bf99dc1f6..a64eed6ee2e 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/09/10 13:24:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2001/11/29 16:44:15 abs Exp $ DISTNAME= zlib-1.1.3 CATEGORIES= devel @@ -10,7 +10,7 @@ COMMENT= General purpose data compression library BUILD_DEPENDS+= libtool-base>=${LIBTOOL_VERSION}:../../devel/libtool-base -ONLY_FOR_PLATFORM= SunOS-*-* # in base NetBSD system +NOT_FOR_PLATFORM= NetBSD-*-* # in base NetBSD system # To avoid circular dependences we must not use "USE_LIBTOOL" but # depend on the "libtool-base" package manually. -- cgit v1.2.3