summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-07-04 15:24:46 +0000
committerjmmv <jmmv>2004-07-04 15:24:46 +0000
commite30d95d907db9e0ca9b679da5dc7f45562572c9b (patch)
tree44434e71654dc6790060913aa7c1c7fdaf9f9c3a /lang/Makefile
parentfe4a9e2cef7d2fcb525971c7ca5d829254d74b34 (diff)
downloadpkgsrc-e30d95d907db9e0ca9b679da5dc7f45562572c9b.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