diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-18 17:40:20 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-18 17:40:20 +0800 |
commit | 9d2173386c9226a3b1bd97dfca6810f1b3209c4c (patch) | |
tree | e0bed422d1b7270b08dfe89cf2100114d1e6f854 /multimedia | |
parent | 5f0a36b5f6bd1843d6fce2f2edbbaf19abb04ee8 (diff) | |
download | freebsd-ports-gnome-9d2173386c9226a3b1bd97dfca6810f1b3209c4c.tar.gz freebsd-ports-gnome-9d2173386c9226a3b1bd97dfca6810f1b3209c4c.tar.zst freebsd-ports-gnome-9d2173386c9226a3b1bd97dfca6810f1b3209c4c.zip |
Fix build by adding a build dependency on pkgconf
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/quvi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile index 7558c11ef9ad..104dd30dfe11 100644 --- a/multimedia/quvi/Makefile +++ b/multimedia/quvi/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi GNU_CONFIGURE= yes USE_XZ= yes +USE_PKGCONFIG= build MAN1= quvi.1 PLIST_FILES= bin/quvi |