diff options
| author | obache <obache> | 2011-04-07 08:58:12 +0000 |
|---|---|---|
| committer | obache <obache> | 2011-04-07 08:58:12 +0000 |
| commit | bef6efdaba02c6cf5a510656720ecab16099f795 (patch) | |
| tree | 9dd009a55854bf30ddf8d8206a6938bba0aa132b /security/policykit-gnome | |
| parent | 11e88cb67d0c39351ff7ccbfcf93583856651c92 (diff) | |
| download | pkgsrc-bef6efdaba02c6cf5a510656720ecab16099f795.tar.gz | |
* set LICENSE=gnu-gpl-v2(tools part) AND gnu-lgpl-v2(library part).
* let to depend on dbus-glib, this package use it directly and already in
buildlink3.mk.
* using desktopdb.mk for *.desktop files.
Bump PKGREVISION.
Diffstat (limited to 'security/policykit-gnome')
| -rw-r--r-- | security/policykit-gnome/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/policykit-gnome/Makefile b/security/policykit-gnome/Makefile index f2de82ea412..335294e2023 100644 --- a/security/policykit-gnome/Makefile +++ b/security/policykit-gnome/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2011/01/13 13:39:18 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2011/04/07 08:58:12 obache Exp $ # POLICYKIT_GNOME_VER= 0.9.2 DISTNAME= PolicyKit-gnome-${POLICYKIT_GNOME_VER} PKGNAME= policykit-gnome-${POLICYKIT_GNOME_VER} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security MASTER_SITES= http://hal.freedesktop.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -12,6 +12,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= netbsd-desktop@NetBSD.org HOMEPAGE= http://hal.freedesktop.org/ COMMENT= GNOME dialogs for PolicyKit +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -33,4 +34,6 @@ BUILDLINK_API_DEPENDS.gnome-doc-utils+= gnome-doc-utils>=0.20.1 .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/gtk-doc/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |
