diff options
author | martin <martin> | 2000-10-30 20:32:04 +0000 |
---|---|---|
committer | martin <martin> | 2000-10-30 20:32:04 +0000 |
commit | e98b97d96d87ce2a518899f99dd24a38ef04e6ab (patch) | |
tree | 300df1624f1f8b3e8784ca472334076d3779f240 /www | |
parent | 0cfed6e78d519ca2c313ed733725dde8b4420301 (diff) | |
download | pkgsrc-e98b97d96d87ce2a518899f99dd24a38ef04e6ab.tar.gz |
Mark this as only working for newer i386 versions or versions newer than
1.5_BETA for other architectures. While it may build on some others too,
it will not work due to toolchain issues.
There is no realistic hope to have those toolchain changes pulled up to the
(now nearly dead) 1.4 branch.
Closes PR 11342.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index a486fc84966..00c98799d84 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2000/10/30 00:01:17 mycroft Exp $ +# $NetBSD: Makefile,v 1.47 2000/10/30 20:32:04 martin Exp $ DISTNAME= mozilla-source-M18 PKGNAME= mozilla-0.m18nb1 @@ -18,6 +18,10 @@ DEPENDS+= ORBit>=0.5.1:../../net/ORBit DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png +ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \ + NetBSD-1.5_ALPHA-i386 NetBSD-1.5_BETA-* \ + NetBSD-1.[5-9]*-* + USE_GMAKE= yes USE_X11BASE= yes GNU_CONFIGURE= yes |