summaryrefslogtreecommitdiff
path: root/devel/hs-darcs
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-10-19 18:42:56 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-10-19 18:42:56 +0000
commitff27e17fe13524df3cb32ae0a3551cd2714cf06f (patch)
tree9df7c89773517b7f7be0274bdf4cceceba9fed46 /devel/hs-darcs
parentUpgrade to 0.13.4. (diff)
Fix dependency for building WITH_SERVER.
Submitted by: Mark Stosberg <mark@summersault.com>
Notes
Notes: svn path=/head/; revision=119805
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r--devel/hs-darcs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile
index 6ee956d3feec..fc9090a8317b 100644
--- a/devel/hs-darcs/Makefile
+++ b/devel/hs-darcs/Makefile
@@ -31,6 +31,8 @@ INSTALL_TARGET= installbin
.include <bsd.port.pre.mk>
.if defined(WITH_SERVER)
+BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt
+RUN_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt
ALL_TARGET+= darcs_cgi darcs-createrepo
INSTALL_TARGET+= installserver
.if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache)