diff options
Diffstat (limited to 'deskutils/gnucash/Makefile')
-rw-r--r-- | deskutils/gnucash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index 78f18700e439..15738fe3d7d5 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnucash -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -20,7 +20,7 @@ BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ g-wrap:${PORTSDIR}/devel/g-wrap \ eperl:${PORTSDIR}/lang/eperl LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile -RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \ +RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \ gnuplot:${PORTSDIR}/math/gnuplot \ ${site_perl}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww |