summaryrefslogtreecommitdiff
path: root/devel/hs-alex
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-11-07 09:08:46 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-11-07 09:08:46 +0000
commit2e8e10b527cd18511e4bd6a598f05050d4190015 (patch)
treecf374884bf6e3f62ccda604647228dc29b1691d0 /devel/hs-alex
parentPrevious commit should have also read: (diff)
Add dependency on correct DocBook.
PR: ports/59030 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=93293
Diffstat (limited to 'devel/hs-alex')
-rw-r--r--devel/hs-alex/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile
index 59ad7d19af90..5bdfda6fa5a7 100644
--- a/devel/hs-alex/Makefile
+++ b/devel/hs-alex/Makefile
@@ -19,6 +19,7 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= jade:${PORTSDIR}/textproc/jade \
jadetex:${PORTSDIR}/print/jadetex \
+ ${LOCALBASE}/share/sgml/docbook/3.1/docbook.dtd:${PORTSDIR}/textproc/docbook-310 \
${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular
.endif