summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-07-04 15:24:46 +0000
committerjmmv <jmmv@pkgsrc.org>2004-07-04 15:24:46 +0000
commitb23c7af097fe2280cac51103d468acce835b08c4 (patch)
tree44434e71654dc6790060913aa7c1c7fdaf9f9c3a /lang/Makefile
parentc55bb7aaacdc60773a8b63e12f05c070d01ddf70 (diff)
downloadpkgsrc-b23c7af097fe2280cac51103d468acce835b08c4.tar.gz
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.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile5
1 files changed, 3 insertions, 2 deletions
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