diff options
author | obraun <obraun@FreeBSD.org> | 2004-10-20 02:42:56 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-10-20 02:42:56 +0800 |
commit | 1767d299a1058201009c5dcab3f4f349659d2a7d (patch) | |
tree | aec1d822267db018ce1c04fe4c47204b522205f4 /devel | |
parent | bd8d708089e3b6cad37fdaddcfbea3f2cfe119c8 (diff) | |
download | freebsd-ports-gnome-1767d299a1058201009c5dcab3f4f349659d2a7d.tar.gz freebsd-ports-gnome-1767d299a1058201009c5dcab3f4f349659d2a7d.tar.zst freebsd-ports-gnome-1767d299a1058201009c5dcab3f4f349659d2a7d.zip |
Fix dependency for building WITH_SERVER.
Submitted by: Mark Stosberg <mark@summersault.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/darcs/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-darcs/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 6ee956d3feec..fc9090a8317b 100644 --- a/devel/darcs/Makefile +++ b/devel/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) 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) |