diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-03 04:27:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-03 04:27:53 +0800 |
commit | 9682fecdc3c41fe9a107a966ce3a7c96a35095b5 (patch) | |
tree | 320620b1a423722fe40ad4623d915fce5ff23426 | |
parent | 511469b5b32ddcb091b9e7e4fcac030b2b22f6d4 (diff) | |
download | freebsd-ports-gnome-9682fecdc3c41fe9a107a966ce3a7c96a35095b5.tar.gz freebsd-ports-gnome-9682fecdc3c41fe9a107a966ce3a7c96a35095b5.tar.zst freebsd-ports-gnome-9682fecdc3c41fe9a107a966ce3a7c96a35095b5.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
-rw-r--r-- | multimedia/libvdpau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile index 7a2e1adde7a4..42fefba35c01 100644 --- a/multimedia/libvdpau/Makefile +++ b/multimedia/libvdpau/Makefile @@ -11,6 +11,7 @@ COMMENT= VDPAU wrapper and tracing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_XZ= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. |