diff options
Diffstat (limited to 'finance/gnucash-devel')
-rw-r--r-- | finance/gnucash-devel/Makefile | 5 | ||||
-rw-r--r-- | finance/gnucash-devel/files/patch-configure | 16 |
2 files changed, 17 insertions, 4 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index 9d6a1eefa2ce..a6f7e10b8f84 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -28,7 +28,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${site_perl}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${site_perl}/Finance/Quote.pm:${PORTSDIR}/misc/p5-Finance-Quote \ - ${site_perl}/Finance/QuoteHist.pm:${PORTSDIR}/misc/p5-Finance-QuoteHist + ${site_perl}/Finance/QuoteHist.pm:${PORTSDIR}/misc/p5-Finance-QuoteHist \ + ${X11BASE}/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} diff --git a/finance/gnucash-devel/files/patch-configure b/finance/gnucash-devel/files/patch-configure index e2f06e615c1b..2606f32be35e 100644 --- a/finance/gnucash-devel/files/patch-configure +++ b/finance/gnucash-devel/files/patch-configure @@ -1,5 +1,8 @@ ---- configure.orig Mon Feb 10 01:26:24 2003 -+++ configure Fri Feb 14 13:11:41 2003 + +$FreeBSD$ + +--- configure.orig Mon Feb 10 00:26:24 2003 ++++ configure Mon Feb 17 17:54:58 2003 @@ -3535,10 +3535,10 @@ #include "confdefs.h" #include <libintl.h> @@ -49,6 +52,15 @@ ; return 0; } EOF if { (eval echo configure:3967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -11328,7 +11328,7 @@ + withval="$with_help_prefix" + GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash" + else +- GNC_HELPDIR="\${datadir}/gnome/help/gnucash" ++ GNC_HELPDIR="\${datadir}/help/gnucash" + fi + + @@ -13115,7 +13115,7 @@ echo "configure:13116: checking for gtkhtml < 1.1" >&5 GTKHTML_LIBS=`$GNOME_CONFIG --libs gtkhtml` |