diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-05 17:37:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-05 17:37:22 +0000 |
commit | 74aebe4fa530662ae716b20f309627c83672d06a (patch) | |
tree | f26b60296b320b1901d50506249e5bbe82bc318f /net/liferea | |
parent | cad/irsim: update to 9.7.81 (diff) |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=326422
Diffstat (limited to 'net/liferea')
-rw-r--r-- | net/liferea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 3848f3c521d4..da396ec3a0d8 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ json-glib-1.0:${PORTSDIR}/devel/json-glib USE_BZIP2= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomeprefix gconf2 USE_AUTOTOOLS= libtool USE_SQLITE= 3 |