summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2015-08-31 12:25:10 +0000
committerwiz <wiz>2015-08-31 12:25:10 +0000
commit7a9548884a445980a6286395cec83c4da96dfc2b (patch)
tree8f83b285a2a5ca770eecdb3908e96d14580ee5ad /x11
parentbb94362e22489327536648d284bb4afe3bb0dceb (diff)
downloadpkgsrc-7a9548884a445980a6286395cec83c4da96dfc2b.tar.gz
PLIST_VARS needs to be defined unconditionally.
Fixes non-Linux build.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtmultimedia/Makefile4
1 files changed, 2 insertions, 2 deletions
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