summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-06-20 21:06:17 +0000
committertron <tron@pkgsrc.org>1999-06-20 21:06:17 +0000
commit8475357fcd44f8afef46da0afc8f784088829200 (patch)
treeac9aebfa40184ccffd2322a82fcf7fdec10ca5a3 /lang/kaffe
parent0eb0234d0d184715f6af223e4c18be9359b3d59f (diff)
downloadpkgsrc-8475357fcd44f8afef46da0afc8f784088829200.tar.gz
Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile
index c5b792ec5a8..b6bfb239e1f 100644
--- a/lang/kaffe/Makefile
+++ b/lang/kaffe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/05/24 20:39:44 tv Exp $
+# $NetBSD: Makefile,v 1.18 1999/06/20 21:06:20 tron Exp $
#
DISTNAME= kaffe-1.0.b3
@@ -12,7 +12,7 @@ DEPENDS= jpeg-6b:../../graphics/jpeg \
png-1.0.3:../../graphics/png \
giflib-3.0:../../graphics/giflib
-ONLY_FOR_PLATFORM= *-*-{arm32,i386,m68k,mips*,sparc}
+ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-mips* *-*-sparc
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \