diff options
author | tv <tv@pkgsrc.org> | 2002-02-27 03:02:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2002-02-27 03:02:35 +0000 |
commit | 3de67974911d6de0432540c8420b2e1a071cad0b (patch) | |
tree | c9d1f7c800057e581213116be7a375ad7d354fc8 | |
parent | 712d80e96b90402ee96883d1de037a08eae83ecd (diff) | |
download | pkgsrc-3de67974911d6de0432540c8420b2e1a071cad0b.tar.gz |
Let's try this again, since cvs appears to be completely losing some files
in commits: Buildlinkify, and make the gmp detection work.
-rw-r--r-- | lang/kaffe/Makefile | 17 | ||||
-rw-r--r-- | lang/kaffe/distinfo | 4 |
2 files changed, 11 insertions, 10 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index fcc6126be47..860155e2293 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/09/27 23:18:17 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2002/02/27 03:02:35 tv Exp $ # DISTNAME= kaffe-1.0.6 @@ -9,13 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.kaffe.org/ COMMENT= Virtual machine capable of running Java(tm) code -DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.11:../../graphics/png -DEPENDS+= libungif-[0-9]*:../../graphics/libungif -DEPENDS+= gmp>=3.0.0:../../devel/gmp - -USE_X11= yes -USE_LIBTOOL= yes +USE_BUILDLINK_ONLY= YES +USE_X11= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-mips* *-*-sparc @@ -33,4 +29,9 @@ post-install: test: @cd ${WRKSRC}/test && ${MAKE} check +.include "../../devel/gmp/buildlink.mk" +.include "../../devel/zlib/buildlink.mk" +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/libungif/buildlink.mk" +.include "../../graphics/png/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/kaffe/distinfo b/lang/kaffe/distinfo index 47788c7dfa6..01c3e6e5250 100644 --- a/lang/kaffe/distinfo +++ b/lang/kaffe/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/04/24 12:40:07 skrll Exp $ +$NetBSD: distinfo,v 1.4 2002/02/27 03:02:35 tv Exp $ SHA1 (kaffe-1.0.6.tar.gz) = aa9028f1108a664b624ab9f1f4022801aea7e5bd Size (kaffe-1.0.6.tar.gz) = 3586207 bytes -SHA1 (patch-aa) = 16cdd6a8e555397c9ffc8b4f58cb9667b8da6509 +SHA1 (patch-aa) = 1cd8c028615009a485ec40317456ccb0574a25b0 SHA1 (patch-ab) = 5012e6e54662cc4a061a80def732dc030fe86961 |