diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /finance | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index c762f387556..018777855de 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/08 23:40:11 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= gnucash-1.9.4 @@ -14,9 +14,8 @@ DEPENDS+= guile-www-[0-9]*:../../devel/guile-www USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake makeinfo pkg-config +USE_TOOLS+= gmake makeinfo msgfmt pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= lib/goffice-0.0.4/libgoffice-1.pc.in |