summaryrefslogtreecommitdiff
path: root/audio/bmpx/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2013-03-31 08:17:47 +0000
committersbd <sbd@pkgsrc.org>2013-03-31 08:17:47 +0000
commit583460344d781211d14307bf2f9d172f8b46ebf7 (patch)
tree0733b200fbdc0b9e9cd770416fd64f439e0ce199 /audio/bmpx/Makefile
parent48f1af76ee1375ef936fc734314a9cdf63abd4c5 (diff)
downloadpkgsrc-583460344d781211d14307bf2f9d172f8b46ebf7.tar.gz
Depend on alsa-lib on Linux
Diffstat (limited to 'audio/bmpx/Makefile')
-rw-r--r--audio/bmpx/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile
index d099a6015e1..864efcbe7ce 100644
--- a/audio/bmpx/Makefile
+++ b/audio/bmpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2013/02/26 10:22:06 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2013/03/31 08:17:47 sbd Exp $
DISTNAME= bmpx-0.40.14
PKGREVISION= 29
@@ -27,6 +27,10 @@ CHECK_WRKREF_SKIP+= libexec/beep-media-player-2-bin
CXXFLAGS+= -std=c++11
.endif
+.include "../../mk/bsd.fast.prefs.mk"
+.if ${OPSYS} == "Linux"
+.include "../../audio/alsa-lib/buildlink3.mk"
+.endif
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../audio/cdparanoia/buildlink3.mk"
.include "../../audio/libofa/buildlink3.mk"