summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortonio <tonio>2005-09-06 18:18:54 +0000
committertonio <tonio>2005-09-06 18:18:54 +0000
commita655c16e17ef8da2e12a04a4cd841d1ff92df07e (patch)
tree41382060d548dde335297019c7b78683ffe130cd /lang
parente4c71e6e82950fdf3f67ed2b88ea20976800daef (diff)
downloadpkgsrc-a655c16e17ef8da2e12a04a4cd841d1ff92df07e.tar.gz
Update lang/kaffe-esound to 1.1.5
Diffstat (limited to 'lang')
-rw-r--r--lang/kaffe-esound/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/kaffe-esound/Makefile b/lang/kaffe-esound/Makefile
index b90a0b28dd4..30c9d730e11 100644
--- a/lang/kaffe-esound/Makefile
+++ b/lang/kaffe-esound/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.3 2004/10/17 15:32:57 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/06 18:18:54 tonio Exp $
#
.include "../../lang/kaffe/Makefile.common"
PKGNAME= ${DISTNAME:S/kaffe/kaffe-esound/}
-PKGREVISION= 1
COMMENT+= (sound support through esound)
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--without-esd/--with-esd/}
+CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esdtest//}
-BUILD_DIRS= ${WRKSRC}/config
+BUILD_DIRS= ${WRKSRC}/config
+BUILD_DIRS+= ${WRKSRC}/libraries/javalib
BUILD_DIRS+= ${WRKSRC}/include
-BUILD_DIRS+= ${WRKSRC}/libraries/extensions/sound/esd
-INSTALL_DIRS= ${WRKSRC}/libraries/extensions/sound/esd
+BUILD_DIRS+= ${WRKSRC}/libraries/clib/sound/esd
+INSTALL_DIRS= ${WRKSRC}/libraries/clib/sound/esd
PRINT_PLIST_AWK+= /^@dirrm/ { print "@comment in kaffe: " $$0; next; }