1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add build dependency on net/rsync when installing docs

PR:		144149
Submitted by:	Henry Miller <hank@millerfarm.com>
Feature safe:	yes
This commit is contained in:
Pietro Cerutti 2010-02-23 08:08:48 +00:00
parent 34af20ddef
commit f3ab7a5a9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250218

View File

@ -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