pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/jack



Module Name:    pkgsrc
Committed By:   dbj
Date:           Mon Sep  9 03:11:23 UTC 2019

Modified Files:
        pkgsrc/audio/jack: Makefile

Log Message:
audio/jack: Remove unnecessary dependency on libuuid


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/jack/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/jack/Makefile
diff -u pkgsrc/audio/jack/Makefile:1.36 pkgsrc/audio/jack/Makefile:1.37
--- pkgsrc/audio/jack/Makefile:1.36     Sat Jun 15 08:21:32 2019
+++ pkgsrc/audio/jack/Makefile  Mon Sep  9 03:11:23 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2019/06/15 08:21:32 adam Exp $
+# $NetBSD: Makefile,v 1.37 2019/09/09 03:11:23 dbj Exp $
 
 DISTNAME=      jack-audio-connection-kit-0.125.0
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME:S/audio-connection-kit-//}
 CATEGORIES=    audio
 MASTER_SITES=  http://jackaudio.org/downloads/
@@ -121,7 +122,6 @@ post-extract:
        ${CP} ${FILESDIR}/atomicity.h ${WRKSRC}/config/os/netbsd
 
 .include "../../audio/libsamplerate/buildlink3.mk"
-.include "../../devel/libuuid/buildlink3.mk"
 .include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index