diff options
author | gahr <gahr@FreeBSD.org> | 2010-02-23 16:08:48 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-02-23 16:08:48 +0800 |
commit | 40df7b08a7fd1edb5fbf10b1f05265474b80ea08 (patch) | |
tree | e57e2d604c718a0b27a735064c0a3e800e7f6b59 | |
parent | 30b457d029e76e906d24623abc19ba5fab25d884 (diff) | |
download | freebsd-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
-rw-r--r-- | print/lilypond/Makefile | 3 |
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 |