summaryrefslogtreecommitdiff
path: root/finance/gnucash-docs/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-17 00:05:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-17 00:05:24 +0000
commit593038e3d5d8ace24ac73b48b24dae4e963c9e2a (patch)
tree90458e4560dce74eda5ebde0d11b4478175cedf9 /finance/gnucash-docs/Makefile
parentUse tk 8.4 instead of 8.3. (diff)
Fix installation by using the DocBook DTDs installed on the system.
Reported by: Peter Kostouros <kpeter@melbpc.org.au>
Notes
Notes: svn path=/head/; revision=87093
Diffstat (limited to '')
-rw-r--r--finance/gnucash-docs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
index ac6c149073a0..bd175bd7ba1f 100644
--- a/finance/gnucash-docs/Makefile
+++ b/finance/gnucash-docs/Makefile
@@ -26,5 +26,8 @@ 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>