From 7a9548884a445980a6286395cec83c4da96dfc2b Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 31 Aug 2015 12:25:10 +0000 Subject: PLIST_VARS needs to be defined unconditionally. Fixes non-Linux build. --- x11/qt5-qtmultimedia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/qt5-qtmultimedia/Makefile b/x11/qt5-qtmultimedia/Makefile index 0ce2051c91e..807425fd3bd 100644 --- a/x11/qt5-qtmultimedia/Makefile +++ b/x11/qt5-qtmultimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/08/30 04:17:15 markd Exp $ +# $NetBSD: Makefile,v 1.20 2015/08/31 12:25:10 wiz Exp $ DISTNAME= qtmultimedia-opensource-src-${QTVERSION} PKGNAME= qt5-qtmultimedia-${QTVERSION} @@ -22,9 +22,9 @@ post-install: ln -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i} .endfor +PLIST_VARS+= alsa .if ${OPSYS} == "Linux" .include "../../audio/alsa-lib/buildlink3.mk" -PLIST_VARS+= alsa PLIST.alsa= yes .endif -- cgit v1.2.3