diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-31 12:25:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-31 12:25:10 +0000 |
commit | d7a464ffbbe054a7fd7cc522a1a3c56cc5869856 (patch) | |
tree | 8f83b285a2a5ca770eecdb3908e96d14580ee5ad /x11 | |
parent | 04b1c907e8046e9e38087b222145a6572fd653f6 (diff) | |
download | pkgsrc-d7a464ffbbe054a7fd7cc522a1a3c56cc5869856.tar.gz |
PLIST_VARS needs to be defined unconditionally.
Fixes non-Linux build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt5-qtmultimedia/Makefile | 4 |
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 |