From 95d4b1989ca5da83a86d35bc7960e14d5d1b1a72 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Mon, 2 Jun 2008 08:11:52 +0000 Subject: [PATCH] All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD. PR: 124199 Submitted by: rafan --- net/rsync/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 9c0c5dc97ef7..917afe73d14d 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -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