diff options
author | avilla <avilla@FreeBSD.org> | 2010-06-02 15:18:07 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-06-02 15:18:07 +0800 |
commit | 12e9be81111e47b71f3f8bce3023398c5d92a5b4 (patch) | |
tree | 8de6ad3bcb690b9e054ed4365d86e1ac452de9e8 /ports-mgmt/Makefile | |
parent | bb58b87e72834e7c7c1690c778ef9ba66908b3c5 (diff) | |
download | freebsd-ports-gnome-12e9be81111e47b71f3f8bce3023398c5d92a5b4.tar.gz freebsd-ports-gnome-12e9be81111e47b71f3f8bce3023398c5d92a5b4.tar.zst freebsd-ports-gnome-12e9be81111e47b71f3f8bce3023398c5d92a5b4.zip |
KPackageKit is the KDE interface for PackageKit. It features
everything Gnome PackageKit does except:
- install catalog;
- service pack;
- a D-Bus session interface.
These items are not mandatory since they are more features of the GUI
itself than a feature in PackageKit.
WWW: http://kde-apps.org/content/show.php/KPackageKit?content=84745
Approved by: tabthorpe, miwi (mentors)
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 4ea6c98253f4..1eeb150ad39e 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -11,6 +11,7 @@ SUBDIR += gnome-packagekit SUBDIR += hs-porte SUBDIR += jailaudit + SUBDIR += kpackagekit SUBDIR += kports SUBDIR += kports-qt4 SUBDIR += lsknobs |