summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkent <kent@pkgsrc.org>2003-08-25 04:49:13 +0000
committerkent <kent@pkgsrc.org>2003-08-25 04:49:13 +0000
commit6466cc8da5ba914deef8153e70def4f681605e35 (patch)
treeda9e8b729ad353b1568fd614a28adbcd5227e111 /devel
parent3fdafe736c1beed7b80c76b9c4723f8627e05897 (diff)
downloadpkgsrc-6466cc8da5ba914deef8153e70def4f681605e35.tar.gz
Add ONLY_FOR_PLATFORM.
Diffstat (limited to 'devel')
-rw-r--r--devel/w32api/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/w32api/Makefile b/devel/w32api/Makefile
index a48711a60e9..8569c701082 100644
--- a/devel/w32api/Makefile
+++ b/devel/w32api/Makefile
@@ -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 @@ HOMEPAGE= http://www.mingw.org/
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