summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkent <kent>2003-08-25 04:49:13 +0000
committerkent <kent>2003-08-25 04:49:13 +0000
commit247bdeeb9fe265d3281807063313fb0af5817727 (patch)
treeda9e8b729ad353b1568fd614a28adbcd5227e111 /devel
parent752f071e5b0696a849e397c6c76a85cb56269270 (diff)
downloadpkgsrc-247bdeeb9fe265d3281807063313fb0af5817727.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