diff options
author | tv <tv> | 1998-07-26 22:20:22 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-26 22:20:22 +0000 |
commit | 248a7d40733bd65f1444f7f89cb17203dd9b4aec (patch) | |
tree | 6a49ad7f6ebbfbf9711e3c2e06d2be287e2f34a4 /lang/kaffe | |
parent | 104a00899039fa915d5fb4a8219c06262c76a9d8 (diff) | |
download | pkgsrc-248a7d40733bd65f1444f7f89cb17203dd9b4aec.tar.gz |
Add glob-style wildcards to ONLY_FOR_ARCHS.
Diffstat (limited to 'lang/kaffe')
-rw-r--r-- | lang/kaffe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index 63aac6f0770..7d6df31d4a4 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/07/16 13:02:34 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1998/07/26 22:20:23 tv Exp $ # DISTNAME= kaffe-1.0.b1 @@ -11,7 +11,7 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg CONFLICTS= kaffe-0.9.2 -ONLY_FOR_ARCHS= i386 sparc alpha m68k mips arm32 +ONLY_FOR_ARCHS= alpha arm32 i386 m68k mips* sparc GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ |