From 583460344d781211d14307bf2f9d172f8b46ebf7 Mon Sep 17 00:00:00 2001 From: sbd Date: Sun, 31 Mar 2013 08:17:47 +0000 Subject: Depend on alsa-lib on Linux --- audio/bmpx/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'audio/bmpx/Makefile') 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" -- cgit v1.2.3