Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: don't include oss detecti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38e6f67ca2d3
branches:  trunk
changeset: 428852:38e6f67ca2d3
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 12 14:11:13 2020 +0000

description:
fluidsynth: don't include oss detection twice

diffstat:

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

diffs (16 lines):

diff -r 56bed9e55795 -r 38e6f67ca2d3 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Sun Apr 12 12:19:20 2020 +0000
+++ b/audio/fluidsynth/Makefile Sun Apr 12 14:11:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/04/12 11:21:10 nia Exp $
+# $NetBSD: Makefile,v 1.38 2020/04/12 14:11:13 nia Exp $
 
 DISTNAME=      fluidsynth-2.1.2
 CATEGORIES=    audio
@@ -38,6 +38,5 @@
 .include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
-.include "../../mk/oss.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index