diff options
author | tv <tv@pkgsrc.org> | 1998-07-26 22:20:22 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-26 22:20:22 +0000 |
commit | be6f4e520464c019ff9de37d016368a4278fd853 (patch) | |
tree | 6a49ad7f6ebbfbf9711e3c2e06d2be287e2f34a4 /lang/kaffe | |
parent | a6810ad59ab70467fa9cd356c3c8f889487eaeca (diff) | |
download | pkgsrc-be6f4e520464c019ff9de37d016368a4278fd853.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" \ |