diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-03 05:32:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-03 05:32:23 +0800 |
commit | 4aad9bd4117091bfa357cdf047cd7cacffdbc880 (patch) | |
tree | 4d71b1411523b68f4b1e27bd7226403ec20c920a /devel | |
parent | d9413d51b409ebd340a35644a5e14afe79ed899f (diff) | |
download | freebsd-ports-gnome-4aad9bd4117091bfa357cdf047cd7cacffdbc880.tar.gz freebsd-ports-gnome-4aad9bd4117091bfa357cdf047cd7cacffdbc880.tar.zst freebsd-ports-gnome-4aad9bd4117091bfa357cdf047cd7cacffdbc880.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/e_dbus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/e_dbus/Makefile b/devel/e_dbus/Makefile index cd652c1a2c73..ab1dd2f1bd46 100644 --- a/devel/e_dbus/Makefile +++ b/devel/e_dbus/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_EFL= eina evas ecore libtool_hack librt_hack USE_EFL_ECORE= evas USE_LDCONFIG= yes |