summaryrefslogtreecommitdiff
path: root/audio/fluidsynth
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-04-12 14:11:13 +0000
committernia <nia@pkgsrc.org>2020-04-12 14:11:13 +0000
commitf3e55ee4c48c549ce3fac404f3cf97af9216eb7f (patch)
tree7016faecc0e5ad6855ae22334a03c2877da2d1f7 /audio/fluidsynth
parent9bf7c4e3a0ed801d35057329f1bf19cc679d454a (diff)
downloadpkgsrc-f3e55ee4c48c549ce3fac404f3cf97af9216eb7f.tar.gz
fluidsynth: don't include oss detection twice
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r--audio/fluidsynth/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index 972bbeb5f5d..01271eb196e 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -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 @@ SUBST_SED.oss+= -e "s,/dev/midi,${DEVOSSMIDI},g"
.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"