diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-01 19:05:10 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-01 19:05:10 +0000 |
commit | 49cfd098d9ac562486418c0b9b1800f0499ea9b3 (patch) | |
tree | af6bac08ba19623995a5a336cd7ea2eaf1e37c23 /net/monsoon/Makefile | |
parent | 43374d4414b44a75c627d1541df7f49b36dad152 (diff) | |
download | pkgsrc-49cfd098d9ac562486418c0b9b1800f0499ea9b3.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 'net/monsoon/Makefile')
-rw-r--r-- | net/monsoon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/monsoon/Makefile b/net/monsoon/Makefile index 0eaa69177d1..32f5a208c39 100644 --- a/net/monsoon/Makefile +++ b/net/monsoon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2012/06/14 07:43:49 sbd Exp $ +# $NetBSD: Makefile,v 1.23 2012/07/01 19:05:24 dholland Exp $ DISTNAME= monsoon-0.20 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= net MASTER_SITES= http://www.monsoon-project.org/jaws/data/files/ @@ -19,6 +19,7 @@ EXTRACT_USING= gtar .include "../../lang/mono/buildlink3.mk" .include "../../net/mono-nat/buildlink3.mk" .include "../../net/monotorrent/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/ndesk-dbus/buildlink3.mk" .include "../../sysutils/ndesk-dbus-glib/buildlink3.mk" .include "../../x11/gnome-sharp/buildlink3.mk" |