summaryrefslogtreecommitdiff
path: root/finance/gnucash-docs
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 08:53:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 08:53:10 +0000
commit24efa94047de38fed54721a3d16fed0177539e2f (patch)
tree7e964af01789712ad9b138803d2f7dd42624eca6 /finance/gnucash-docs
parentAdd p5-Lingua-EN-Numbers-Easy 1.2, a perl module providing hash (diff)
Convert scrollkeeper over to use the system catalog location. This helps
to unbreak gtk-doc as well as removes a ton of gross hacks to support the old location. Also, import some CVS patches from SK to fix some potential crashes when installing bad catalogs. While I tested this with a full SK database rebuild, problems may still occur. Please let me know if you encounter any issues with OMF files after this commit.
Notes
Notes: svn path=/head/; revision=93046
Diffstat (limited to 'finance/gnucash-docs')
-rw-r--r--finance/gnucash-docs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
index 42dd5ea3d1fc..fd21dc11f1f9 100644
--- a/finance/gnucash-docs/Makefile
+++ b/finance/gnucash-docs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnucash-docs
PORTVERSION= 1.8.3
+PORTREVISION= 1
CATEGORIES= finance gnome
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
@@ -26,8 +27,5 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
-# XXX Note, this is a hack. When DocBook 4.1.2 has been merged into the
-# system XML catalog file, this line should be removed.
-MAKE_ENV= XML_CATALOG_FILES="${LOCALBASE}/share/sk/catalog ${LOCALBASE}/share/sk/docbook/catalog"
.include <bsd.port.mk>