diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-01 17:56:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-01 17:56:11 +0000 |
commit | b45c3b9e34f21a4128f96fddda021e8a2315f8e2 (patch) | |
tree | b6d836d372a3dd902babbd0209c939b29cd146ec /databases/gramps2/Makefile | |
parent | 04838ab4c2da9e1c887059dc49e86dababbf3e22 (diff) | |
download | pkgsrc-b45c3b9e34f21a4128f96fddda021e8a2315f8e2.tar.gz |
update to 2.2.6
This switches to the new stable branch, too many changes to list.
Diffstat (limited to 'databases/gramps2/Makefile')
-rw-r--r-- | databases/gramps2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/gramps2/Makefile b/databases/gramps2/Makefile index 1825168d959..9cfd7ad5142 100644 --- a/databases/gramps2/Makefile +++ b/databases/gramps2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2007/01/05 15:46:12 drochner Exp $ +# $NetBSD: Makefile,v 1.23 2007/02/01 17:56:11 drochner Exp $ # -DISTNAME= gramps-2.0.11 -PKGREVISION= 2 +DISTNAME= gramps-2.2.6 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/} @@ -10,8 +9,6 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://gramps-project.org/ COMMENT= Genealogical Research and Analysis Management Programming System -DEPENDS+= yelp>=2.2:../../misc/yelp - .if !exists(/usr/bin/msgconv) BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext .endif @@ -41,4 +38,5 @@ GCONF2_SCHEMAS+= gramps.schemas .include "../../databases/shared-mime-info/mimedb.mk" .include "../../devel/GConf2/schemas.mk" .include "../../graphics/gnome-icon-theme/buildlink3.mk" +.include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |