summaryrefslogtreecommitdiff
path: root/audio/jack
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2006-11-15 01:19:15 +0000
committerwulf <wulf@pkgsrc.org>2006-11-15 01:19:15 +0000
commitbe48df095d5ddcae27d873646a002089b1e5b7a1 (patch)
treee2e252ea7c0f389a46d3dc1cbf1116c1fba7dbf2 /audio/jack
parent9cd0f2e15f3bd4f711cb4bcff5cf961e92236759 (diff)
downloadpkgsrc-be48df095d5ddcae27d873646a002089b1e5b7a1.tar.gz
Added dependency of oss to Makefile:
jack requires oss support
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 8cbe3300e4d..9928aaa3e03 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2006/10/04 20:44:19 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/11/15 01:19:15 wulf Exp $
#
DISTNAME= jack-audio-connection-kit-0.100.0
PKGNAME= jack-0.100.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jackit/}
@@ -21,4 +21,5 @@ PKGCONFIG_OVERRIDE+= jack.pc.in
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"