aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnucash-docs
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-17 08:05:24 +0800
committermarcus <marcus@FreeBSD.org>2003-08-17 08:05:24 +0800
commitc0923acb094588a9d1919ce0573b8893c2117a3d (patch)
tree5b0628dd48a841d7efbf44a5a007ee66baf0039d /finance/gnucash-docs
parent88e27ec7a68aa603679c18832ca5aec8e7a0d776 (diff)
downloadfreebsd-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/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>