diff options
author | dholland <dholland> | 2012-07-01 19:05:10 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-07-01 19:05:10 +0000 |
commit | 7d3da82056babea6f9b74ab1c138cdaca7955bcd (patch) | |
tree | af6bac08ba19623995a5a336cd7ea2eaf1e37c23 /security | |
parent | 7a8d249fafc411925e5ac5444802f5aab7d16837 (diff) | |
download | pkgsrc-7d3da82056babea6f9b74ab1c138cdaca7955bcd.tar.gz |
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
Diffstat (limited to 'security')
-rw-r--r-- | security/gpass/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 8649eb292e7..1ae155fa071 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2012/06/14 07:43:54 sbd Exp $ +# $NetBSD: Makefile,v 1.40 2012/07/01 19:05:24 dholland Exp $ # DISTNAME= gpass-0.4.4 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpass/} @@ -21,5 +21,6 @@ USE_PKGLOCALEDIR= YES .include "../../devel/libglade/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |