diff options
author | salo <salo> | 2003-03-05 13:09:28 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-05 13:09:28 +0000 |
commit | 034dbd39e646f8a0a8c37c9988f35617751925b0 (patch) | |
tree | 5fb2bf1f4ddd553964e0806610c5ccf4cb463f92 /devel/zlib/Makefile | |
parent | 994c956cacfe2e9ab2a6cc9d4e9326f1546c26b7 (diff) | |
download | pkgsrc-034dbd39e646f8a0a8c37c9988f35617751925b0.tar.gz |
Oops, restore NOT_FOR_PLATFORM (commented for my local testing).
Diffstat (limited to 'devel/zlib/Makefile')
-rw-r--r-- | devel/zlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index f6123227f13..836771f7cd7 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/03/05 13:05:44 salo Exp $ +# $NetBSD: Makefile,v 1.18 2003/03/05 13:09:28 salo Exp $ DISTNAME= zlib-1.1.4 PKGREVISION= 1 @@ -16,7 +16,7 @@ BUILD_DEPENDS+= libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base USE_BUILDLINK2= # defined HAS_CONFIGURE= # defined -#NOT_FOR_PLATFORM= NetBSD-1.[4-9]*-* # in base NetBSD system +NOT_FOR_PLATFORM= NetBSD-1.[4-9]*-* # in base NetBSD system # To avoid circular dependences we must not use "USE_LIBTOOL" but # depend on the "libtool-base" package manually. |