diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-17 08:05:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-17 08:05:24 +0800 |
commit | c0923acb094588a9d1919ce0573b8893c2117a3d (patch) | |
tree | 5b0628dd48a841d7efbf44a5a007ee66baf0039d /finance/gnucash-docs | |
parent | 88e27ec7a68aa603679c18832ca5aec8e7a0d776 (diff) | |
download | freebsd-ports-gnome-c0923acb094588a9d1919ce0573b8893c2117a3d.tar.gz freebsd-ports-gnome-c0923acb094588a9d1919ce0573b8893c2117a3d.tar.zst freebsd-ports-gnome-c0923acb094588a9d1919ce0573b8893c2117a3d.zip |
Fix installation by using the DocBook DTDs installed on the system.
Reported by: Peter Kostouros <kpeter@melbpc.org.au>
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> |