From b23c7af097fe2280cac51103d468acce835b08c4 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 4 Jul 2004 15:24:46 +0000 Subject: Rework the way the kaffe packages work: - Make kaffe the main package, on which others can depend, and which has no support for things like sound nor graphics. Bump its revision to 2. While here, do some cleanup too. - Add a kaffe-x11 package, that installs on top of kaffe, and which provides the library needed for AWT support through X11. - Add a kaffe-esound package, that installs on top of kaffe, and which provides the library needed for sound support through esound (i.e., no more need for the USE_ESOUND variable here). - Remove the kaffe-nox11 package. --- lang/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/Makefile') diff --git a/lang/Makefile b/lang/Makefile index e085a9302ea..3e1701f8fd2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.182 2004/06/30 17:41:54 salo Exp $ +# $NetBSD: Makefile,v 1.183 2004/07/04 15:24:46 jmmv Exp $ # COMMENT= Programming languages @@ -73,7 +73,8 @@ SUBDIR+= jikes SUBDIR+= jini SUBDIR+= joos SUBDIR+= kaffe -SUBDIR+= kaffe-nox11 +SUBDIR+= kaffe-esound +SUBDIR+= kaffe-x11 SUBDIR+= kali SUBDIR+= ksi SUBDIR+= libperl -- cgit v1.2.3