summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-02-23 08:08:48 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-02-23 08:08:48 +0000
commitf3ab7a5a9b03ee79080a3bb00a28fa412b08ba00 (patch)
treef7558480187a02d48bbadf2aeae4080e71b3f7d8
parent- Allow installation on amd64. (diff)
- Add build dependency on net/rsync when installing docs
PR: 144149 Submitted by: Henry Miller <hank@millerfarm.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=250218
-rw-r--r--print/lilypond/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index d7c0f7235e28..94a16daadf14 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -64,7 +64,8 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.if !defined(NOPORTDOCS) && defined(WITH_WEBDOCS)
-BUILD_DEPENDS+= pbmpscale:${PORTSDIR}/graphics/netpbm
+BUILD_DEPENDS+= pbmpscale:${PORTSDIR}/graphics/netpbm \
+ rsync:${PORTSDIR}/net/rsync
ALL_TARGET+= doc
PLIST_SUB+= DOCS=""
.else