diff options
Diffstat (limited to 'comms/gnome-pilot/Makefile')
-rw-r--r-- | comms/gnome-pilot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 2ccd0afb0a2..f90088b0309 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2012/06/14 07:43:12 sbd Exp $ +# $NetBSD: Makefile,v 1.67 2012/07/01 19:05:14 dholland Exp $ # DISTNAME= gnome-pilot-2.0.17 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= comms gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/} @@ -32,4 +32,5 @@ CONFIGURE_ARGS+= --with-vfs .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gnome-panel/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |