diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
commit | 18aa10a938ef61989db94abf265c30c4cdf69cdd (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /multimedia | |
parent | cc566d7c8a4cc8bcda1df473e74a31319b3d9314 (diff) | |
download | freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.gz freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.zst freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vdpauinfo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/vdpauinfo/Makefile b/multimedia/vdpauinfo/Makefile index 33b1a2ab9b10..c6eeb32557c5 100644 --- a/multimedia/vdpauinfo/Makefile +++ b/multimedia/vdpauinfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vdpauinfo -# Date created: 2010-09-08 -# Whom: Anonymous <swell.k@gmail.com> -# +# Created by: Anonymous <swell.k@gmail.com> # $FreeBSD$ -# PORTNAME= vdpauinfo PORTVERSION= 0.0.6 @@ -15,6 +11,7 @@ COMMENT= A tool to query VDPAU capabilities LIB_DEPENDS= vdpau.1:${PORTSDIR}/multimedia/libvdpau +USES= pkgconfig GNU_CONFIGURE= yes LICENSE= MIT |