pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/w32api Add ONLY_FOR_PLATFORM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8fcc65cf6ce
branches:  trunk
changeset: 460222:e8fcc65cf6ce
user:      kent <kent%pkgsrc.org@localhost>
date:      Mon Aug 25 04:49:13 2003 +0000

description:
Add ONLY_FOR_PLATFORM.

diffstat:

 devel/w32api/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a4eec9959ae7 -r e8fcc65cf6ce devel/w32api/Makefile
--- a/devel/w32api/Makefile     Mon Aug 25 00:57:28 2003 +0000
+++ b/devel/w32api/Makefile     Mon Aug 25 04:49:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/04/10 15:25:45 kent Exp $
+# $NetBSD: Makefile,v 1.13 2003/08/25 04:49:13 kent Exp $
 # $PEACE: Makefile,v 1.21 2002/08/21 02:02:27 kent Exp $
 
 DISTNAME=      w32api-1.5-src
@@ -15,6 +15,8 @@
 COMMENT=       Free headers and libraries for the Win32 API
 
 BUILD_DEPENDS+=        cross-i386-netbsdpe:../../cross/i386-netbsdpe
+# The same platform requirement as cross-i386-netbsdpe.
+ONLY_FOR_PLATFORM=     NetBSD-1.6[Q-Z]*-* NetBSD-[2-9]*-*
 
 PE_CC=         ${CROSSBASE}/bin/i386-netbsdpe-cc -I${WRKSRC}/include
 PE_AR=         ${CROSSBASE}/bin/i386-netbsdpe-ar



Home | Main Index | Thread Index | Old Index