diff options
author | joerg <joerg> | 2007-06-15 17:12:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-15 17:12:27 +0000 |
commit | 1cae79b750c0f6ca83ca7bf394e6beac0006f75d (patch) | |
tree | ade23628496dff995d5f7f2c78d0a08ac5805044 /databases/gramps | |
parent | a2f2d2fd59f5f121ca9706b610195b6aa9788256 (diff) | |
download | pkgsrc-1cae79b750c0f6ca83ca7bf394e6beac0006f75d.tar.gz |
msgconv is a known tool now.
Diffstat (limited to 'databases/gramps')
-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 |