summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-10-13 15:18:23 +0000
committerobraun <obraun@FreeBSD.org>2003-10-13 15:18:23 +0000
commit35854b2ea73ba1351cb219b007f7cab6ecb54239 (patch)
treeba9fb42d1c1c691f6789387049af82d486839e45
parent119871a582effa4baa29d2128cf371d1ed2624b0 (diff)
downloadFreeBSD-ports-35854b2ea73ba1351cb219b007f7cab6ecb54239.zip
FreeBSD-ports-35854b2ea73ba1351cb219b007f7cab6ecb54239.tar.gz
Add dependency on textproc/dsssl-docbook-modular.
PR: ports/57953 Submitted by: maintainer
-rw-r--r--devel/hs-alex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile
index a46f826..59ad7d1 100644
--- a/devel/hs-alex/Makefile
+++ b/devel/hs-alex/Makefile
@@ -18,7 +18,8 @@ COMMENT= Alex is a tool for generating lexical analysers in Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= jade:${PORTSDIR}/textproc/jade \
- jadetex:${PORTSDIR}/print/jadetex
+ jadetex:${PORTSDIR}/print/jadetex \
+ ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular
.endif
USE_BZIP2= yes
OpenPOWER on IntegriCloud