aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-02-23 16:08:48 +0800
committergahr <gahr@FreeBSD.org>2010-02-23 16:08:48 +0800
commit40df7b08a7fd1edb5fbf10b1f05265474b80ea08 (patch)
treee57e2d604c718a0b27a735064c0a3e800e7f6b59 /print
parent30b457d029e76e906d24623abc19ba5fab25d884 (diff)
downloadfreebsd-ports-gnome-40df7b08a7fd1edb5fbf10b1f05265474b80ea08.tar.gz
freebsd-ports-gnome-40df7b08a7fd1edb5fbf10b1f05265474b80ea08.tar.zst
freebsd-ports-gnome-40df7b08a7fd1edb5fbf10b1f05265474b80ea08.zip
- Add build dependency on net/rsync when installing docs
PR: 144149 Submitted by: Henry Miller <hank@millerfarm.com> Feature safe: yes
Diffstat (limited to 'print')
-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