summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-01 06:24:16 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-01 06:24:16 +0000
commite068a5c001f9188e89738a107e266de8fe269295 (patch)
treece7fdba4c66c34d98e34502b7f7b36c8a6f26302 /finance
parentChase libguile shared lib version. (diff)
Chase guile update.
PR: 121137 Submitted by: David Barksdale <amatus@gnu.org>
Notes
Notes: svn path=/head/; revision=208244
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index f519cdc65225..e4ae3b57817c 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnucash
PORTVERSION= 2.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.gnucash.org/pub/gnucash/sources/stable/
@@ -23,7 +23,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 \
goffice-0.4:${PORTSDIR}/devel/goffice04
RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \
- ${LOCALBASE}/share/guile/1.6/slibcat:${PORTSDIR}/lang/slib-guile \
+ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \