1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.

PR:		124199
Submitted by:	rafan
This commit is contained in:
Emanuel Haupt 2008-06-02 08:11:52 +00:00
parent 29ff44b08b
commit 95d4b1989c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214172

View File

@ -24,6 +24,7 @@ COMMENT= A network file distribution/synchronization utility
USE_RC_SUBR= rsyncd.sh
SUB_LIST= NAME=rsyncd
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug --enable-ipv6 \
@ -61,13 +62,11 @@ CONFIGURE_ENV+= ac_cv_header_iconv_h=no
.endif
.if defined(WITH_FLAGS)
USE_PERL5_BUILD=yes
PATCH_STRIP= -p1
EXTRA_PATCHES+= ${WRKSRC}/patches/fileflags.diff
.endif
.if defined(WITH_ACL)
USE_PERL5_BUILD=yes
PATCH_STRIP= -p1
EXTRA_PATCHES+= ${WRKSRC}/patches/acls.diff
.endif