pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/jack Added dependency of oss to Makefile:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7338ccfa326b
branches:  trunk
changeset: 521606:7338ccfa326b
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Wed Nov 15 01:19:15 2006 +0000

description:
Added dependency of oss to Makefile:
jack requires oss support

diffstat:

 audio/jack/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ae8854eb3c84 -r 7338ccfa326b audio/jack/Makefile
--- a/audio/jack/Makefile       Wed Nov 15 01:16:39 2006 +0000
+++ b/audio/jack/Makefile       Wed Nov 15 01:19:15 2006 +0000
@@ -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 @@
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index