diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | 3c89afa1327f440d7544cbf8f1c52f46e91db734 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /lang/kaffe | |
parent | d9e62bf19ae2d52db15e40f15b4cce285e47fb7a (diff) | |
download | pkgsrc-3c89afa1327f440d7544cbf8f1c52f46e91db734.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'lang/kaffe')
-rw-r--r-- | lang/kaffe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index 1e42d26d4b9..f4b52beedc9 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/12/08 23:19:49 frueauf Exp $ +# $NetBSD: Makefile,v 1.15 1999/02/20 22:48:33 hubertf Exp $ # DISTNAME= kaffe-1.0.b3 @@ -12,8 +12,6 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.2:../../graphics/png DEPENDS+= giflib-3.0:../../graphics/giflib -CONFLICTS= kaffe-0.9.2 kaffe-1.0.b1 kaffe-1.0.b2 - ONLY_FOR_ARCHS= arm32 i386 m68k mips* sparc NOT_FOR_ARCHS= alpha #assembler problems |