summaryrefslogtreecommitdiff
path: root/devel/zlib
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-11-29 16:44:15 +0000
committerabs <abs@pkgsrc.org>2001-11-29 16:44:15 +0000
commit04719f077d24d7ad2b1b90400f5b307381481cbb (patch)
tree27a2fb5c7f0b81a88ba14412e1310bbbf1920667 /devel/zlib
parent3bd620f15ea2a9724451d3e71c66919912d73203 (diff)
downloadpkgsrc-04719f077d24d7ad2b1b90400f5b307381481cbb.tar.gz
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...)
Diffstat (limited to 'devel/zlib')
-rw-r--r--devel/zlib/Makefile4
1 files changed, 2 insertions, 2 deletions
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.