diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-10 04:50:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-10 04:50:09 +0800 |
commit | 0a460533e28d9f69d713f46aed46d8ff04854e67 (patch) | |
tree | f14695c388b1e2f0f096f072d76554f7c1e9fd8e /ports-mgmt | |
parent | 14214f0acc1d1b180b89e86d0735e4a265981286 (diff) | |
download | marcuscom-ports-0a460533e28d9f69d713f46aed46d8ff04854e67.tar marcuscom-ports-0a460533e28d9f69d713f46aed46d8ff04854e67.tar.gz marcuscom-ports-0a460533e28d9f69d713f46aed46d8ff04854e67.tar.bz2 marcuscom-ports-0a460533e28d9f69d713f46aed46d8ff04854e67.tar.lz marcuscom-ports-0a460533e28d9f69d713f46aed46d8ff04854e67.tar.xz marcuscom-ports-0a460533e28d9f69d713f46aed46d8ff04854e67.tar.zst marcuscom-ports-0a460533e28d9f69d713f46aed46d8ff04854e67.zip |
Add a consolekit dependency as well.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13418 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 8b73c52c4..7f024caef 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -3,7 +3,7 @@ # Whom: Anders F Bjorklund <afb@users.sourceforge.net> # # $FreeBSD$ -# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.6 2010/01/09 14:52:13 kwm Exp $ +# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.7 2010/01/09 20:49:13 marcus Exp $ PORTNAME= PackageKit PORTVERSION= 0.5.5 @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit + polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ + ck-connector.0:${PORTSDIR}/sysutils/consolekit USE_GMAKE= yes USE_GETTEXT= yes |