diff options
author | kent <kent@pkgsrc.org> | 2003-08-25 06:06:10 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2003-08-25 06:06:10 +0000 |
commit | 368cc8a9cb26cc4461461aca761f028565977213 (patch) | |
tree | 8760ba1b0353a4a1e69b40d2f84a4d0f36d0c59a /devel/w32api | |
parent | 496702412d0b7b120130df31e024bedc36d030e3 (diff) | |
download | pkgsrc-368cc8a9cb26cc4461461aca761f028565977213.tar.gz |
Revert the previous change. ONLY_FOR_PLATFORMS is already defined in
dependent package.
Diffstat (limited to 'devel/w32api')
-rw-r--r-- | devel/w32api/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/w32api/Makefile b/devel/w32api/Makefile index 8569c701082..97f7f2722e5 100644 --- a/devel/w32api/Makefile +++ b/devel/w32api/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/08/25 04:49:13 kent Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/25 06:06:10 kent Exp $ # $PEACE: Makefile,v 1.21 2002/08/21 02:02:27 kent Exp $ DISTNAME= w32api-1.5-src @@ -15,8 +15,6 @@ 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 |