summaryrefslogtreecommitdiff
path: root/devel/zlib
diff options
context:
space:
mode:
authorabs <abs>2001-11-29 16:44:15 +0000
committerabs <abs>2001-11-29 16:44:15 +0000
commitfaf53159d9a0a34e02db0e7b4f7405f7402980bf (patch)
tree27a2fb5c7f0b81a88ba14412e1310bbbf1920667 /devel/zlib
parentb877a4974d34120ec95d64587848405b2d3979b4 (diff)
downloadpkgsrc-faf53159d9a0a34e02db0e7b4f7405f7402980bf.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.