diff options
author | mjl <mjl@pkgsrc.org> | 2001-12-17 22:29:04 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-12-17 22:29:04 +0000 |
commit | b1ced52230a72cf77b07442c51c822c310e49f8b (patch) | |
tree | 23b80e1d4d6d3f68362f2514da37e717eb6d37dd /finance/gnucash/Makefile | |
parent | d0c121ed09521b3d3dd1af881d9d6e4bd17a6d2e (diff) | |
download | pkgsrc-b1ced52230a72cf77b07442c51c822c310e49f8b.tar.gz |
Update to 1.6.5
o Euro conversion druid
o Updated or new translations for Brazilian Portuguese,
Danish, German, Nicaraguan Spanish, Norwegian, Portuguese,
Slovak, Spanish, and Swedish
o minor bug fixes
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 556d6993889..f3ffed70f6e 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2001/10/03 09:02:44 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/12/17 22:29:04 mjl Exp $ -DISTNAME= gnucash-1.6.4 +DISTNAME= gnucash-1.6.5 CATEGORIES= finance MASTER_SITES= http://www.linas.org/pub/gnucash/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -28,8 +28,9 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-guile-config=${LOCALBASE}/bin/guile-config -CONFIGURE_ARGS+= --without-motif --without-included-gettext +CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --with-perl-includes=${PERL5_ARCHLIB} +CONFIGURE_ARGS+= --with-perl=${PERL5} CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" CPPFLAGS+= -I${LOCALBASE}/include |