diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /databases/gramps | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'databases/gramps')
-rw-r--r-- | databases/gramps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile index 674c027b1f1..2441d922816 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= gramps-1.0.11 @@ -15,11 +15,10 @@ DEPENDS+= yelp>=2.2:../../misc/yelp .if !exists(/usr/bin/msgconv) BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext .endif -#BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} # i18n support with other python versions appears to not work |