diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-17 00:05:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-17 00:05:24 +0000 |
commit | 593038e3d5d8ace24ac73b48b24dae4e963c9e2a (patch) | |
tree | 90458e4560dce74eda5ebde0d11b4478175cedf9 /finance/gnucash-docs | |
parent | 9bf67fe8564c175948e5f204732744fd38f7069c (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 'finance/gnucash-docs')
-rw-r--r-- | finance/gnucash-docs/Makefile | 3 |
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> |