diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-01 12:52:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-01 12:52:56 +0000 |
commit | 37ce6c1a6e7116fc75e01ee21421a517931c45af (patch) | |
tree | 933eda91d979decb81bb866453fefa5b055485c4 /databases/gramps2/Makefile | |
parent | 03af45f26d91a429e34439f7e37101e40a09255b (diff) | |
download | pkgsrc-37ce6c1a6e7116fc75e01ee21421a517931c45af.tar.gz |
update to 2.2.9, from Jeremy C. Reed per PM
Diffstat (limited to 'databases/gramps2/Makefile')
-rw-r--r-- | databases/gramps2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/gramps2/Makefile b/databases/gramps2/Makefile index 533059c98d2..eae92ad67e5 100644 --- a/databases/gramps2/Makefile +++ b/databases/gramps2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2007/10/28 15:31:23 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2007/11/01 12:52:56 drochner Exp $ # -DISTNAME= gramps-2.2.8 -PKGREVISION= 2 +DISTNAME= gramps-2.2.9 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/} @@ -20,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-mime-install --enable-packager-mode CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} +MAKE_JOBS_SAFE= no # i18n support with other python versions appears to not work PYTHON_VERSIONS_ACCEPTED= 24 |