diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-13 01:43:31 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-13 01:43:31 +0800 |
commit | 46782a855090abdf5e139f61ecf18759687e264f (patch) | |
tree | f58fedeca5ebecd246593806ee78206084fa670e /ports-mgmt | |
parent | 24235be741df48660102944c3a6678b308f9d1fb (diff) | |
download | marcuscom-ports-46782a855090abdf5e139f61ecf18759687e264f.tar.gz marcuscom-ports-46782a855090abdf5e139f61ecf18759687e264f.tar.zst marcuscom-ports-46782a855090abdf5e139f61ecf18759687e264f.zip |
Fix RUN_DEPENDS and plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13619 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 9 | ||||
-rw-r--r-- | ports-mgmt/packagekit/pkg-plist | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 5762700d1..f1446cab6 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -3,10 +3,11 @@ # Whom: Anders F Bjorklund <afb@users.sourceforge.net> # # $FreeBSD$ -# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.13 2010/02/08 12:36:30 kwm Exp $ +# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.14 2010/02/08 12:49:18 kwm Exp $ PORTNAME= PackageKit PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://www.packagekit.org/releases/ @@ -14,15 +15,15 @@ MAINTAINER= afb@users.souceforge.net COMMENT?= A DBUS packaging abstraction layer BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection + ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection 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 \ ck-connector.0:${PORTSDIR}/sysutils/consolekit RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \ - ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info + ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ + ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_GMAKE= yes USE_GETTEXT= yes diff --git a/ports-mgmt/packagekit/pkg-plist b/ports-mgmt/packagekit/pkg-plist index e9ce98962..55512d921 100644 --- a/ports-mgmt/packagekit/pkg-plist +++ b/ports-mgmt/packagekit/pkg-plist @@ -442,7 +442,8 @@ share/polkit-1/actions/org.freedesktop.packagekit.policy %%PORTS%%@dirrm share/PackageKit/helpers %%PORTS%%@dirrm share/PackageKit @dirrm %%PYTHON_SITELIBDIR%%/packagekit -@dirrm lib/packagekit-backend/ +@dirrm lib/packagekit-backend +@dirrmtry lib/girepositry-1.0 @dirrm include/PackageKit/packagekit-glib2 @dirrm include/PackageKit/backend @dirrm include/PackageKit |