diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-03 02:22:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-03 02:22:05 +0800 |
commit | bdaeee6c097c63aa0044805e42e07c85989a63e3 (patch) | |
tree | f4731d60de3efce6a334760c6cec4cec0652ded4 /multimedia/webcamd | |
parent | 5412c02de857a4fbe3f2faa97fef6af35b2431fa (diff) | |
download | freebsd-ports-gnome-bdaeee6c097c63aa0044805e42e07c85989a63e3.tar.gz freebsd-ports-gnome-bdaeee6c097c63aa0044805e42e07c85989a63e3.tar.zst freebsd-ports-gnome-bdaeee6c097c63aa0044805e42e07c85989a63e3.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'multimedia/webcamd')
-rw-r--r-- | multimedia/webcamd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile index becb3fdc5202..956e63cacd1d 100644 --- a/multimedia/webcamd/Makefile +++ b/multimedia/webcamd/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= v4l1.0:${PORTSDIR}/multimedia/libv4l \ LICENSE= GPLv2 +USES= pkgconfig USE_RC_SUBR= webcamd USE_BZIP2= yes USE_LDCONFIG= yes |