diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
commit | c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0 (patch) | |
tree | ee1b543bed558b9b511b6642bbe14b86cc4382de /sysutils | |
parent | 307f32b604ef7e856e4f70a3c0279d16949758a6 (diff) | |
download | freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.tar.gz freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.tar.zst freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/policykit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index 91c666547ce5..ab2195d3f637 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ USERS= polkit GROUPS= polkit -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 intlhack USE_GMAKE= yes GNU_CONFIGURE= yes |