diff options
author | wiz <wiz> | 2005-01-02 22:28:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-01-02 22:28:48 +0000 |
commit | 4dbff56230bc22e734b7fe558f9c54034d1577b7 (patch) | |
tree | 7f5df080c9cea8299ffd761246db88e511c7e716 /finance/gnucash/Makefile | |
parent | fc68cfe3b977ef17684f9e5830a59ca60de0cb98 (diff) | |
download | pkgsrc-4dbff56230bc22e734b7fe558f9c54034d1577b7.tar.gz |
Fix path to perl after recent perl buildlinking. Bump PKGREVISION
now that gnucash starts again. Improve MESSAGE while here.
Thanks to minskim for hints how to fix this.
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index ce47e29aa6b..0fabce2f134 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2004/12/28 23:18:16 reed Exp $ +# $NetBSD: Makefile,v 1.79 2005/01/02 22:28:48 wiz Exp $ DISTNAME= gnucash-1.8.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= finance MASTER_SITES= ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ ${MASTER_SITE_SOURCEFORGE:=gnucash/} @@ -25,6 +25,7 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --with-perl-includes=${PERL5_ARCHLIB} +CONFIGURE_ARGS+= --with-perl=${PERL5:Q} CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} # code is using char/unsigned char inconsistently |