diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:31:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:31:37 +0800 |
commit | 29690f19d118396ba93708eed30df875f66d8ca5 (patch) | |
tree | c596547c07526b4b7818428807ead0dc910fa686 /multimedia | |
parent | dab1de051df37ccd8af4d9e1223539b535d11682 (diff) | |
download | freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.tar.gz freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.tar.zst freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libva-vdpau-driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libva-vdpau-driver/Makefile b/multimedia/libva-vdpau-driver/Makefile index cbf5cf134c79..d2d71e2c2525 100644 --- a/multimedia/libva-vdpau-driver/Makefile +++ b/multimedia/libva-vdpau-driver/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libva.pc:${PORTSDIR}/multimedia/li LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING USE_BZIP2= yes -USES= gmake +USES= gmake pkgconfig USE_GL= gl GNU_CONFIGURE= yes |