diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-15 17:12:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-15 17:12:27 +0000 |
commit | 4ba341fcf69386a18a194959bbb436ddf875fe55 (patch) | |
tree | ade23628496dff995d5f7f2c78d0a08ac5805044 /databases | |
parent | e3fe1108f09fd4209bc36d8e95c2b45472dca509 (diff) | |
download | pkgsrc-4ba341fcf69386a18a194959bbb436ddf875fe55.tar.gz |
msgconv is a known tool now.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gramps/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile index 956aa896415..32c28a2a9bb 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/06/05 05:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2007/06/15 17:12:27 joerg Exp $ # DISTNAME= gramps-1.0.11 @@ -12,13 +12,9 @@ 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 - USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= msgfmt pkg-config +USE_TOOLS+= msgconv msgfmt pkg-config CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PYTHON_VERSIONS_ACCEPTED= 24 |