diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 19:42:41 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 19:42:41 +0000 |
commit | ce1421a38fe30ba532aadf4c04d7f96efddb5ddd (patch) | |
tree | 0494fe00c49ea3830e889c19ae243db33bf4c4ae /multimedia/libvdpau/Makefile | |
parent | 825a5876bf4165e83081ef46539dc487f864d4bb (diff) | |
download | pkgsrc-ce1421a38fe30ba532aadf4c04d7f96efddb5ddd.tar.gz |
'The "+=" operator should only be used with lists.'
Diffstat (limited to 'multimedia/libvdpau/Makefile')
-rw-r--r-- | multimedia/libvdpau/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile index f6834601a58..483d8ea9fb6 100644 --- a/multimedia/libvdpau/Makefile +++ b/multimedia/libvdpau/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/12/02 12:15:08 cheusov Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 19:42:42 rodent Exp $ # DISTNAME= libvdpau-0.5 @@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --disable-documentation -AUTO_MKDIRS+= yes +AUTO_MKDIRS= yes PKGCONFIG_OVERRIDE+= vdpau.pc.in |