diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-06-02 16:11:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-06-02 16:11:52 +0800 |
commit | bdf41476c3cde489c48371fb241f0a6a8a4cc3f3 (patch) | |
tree | 71788b27e786f2f35f0d19192e79afaf805721d9 | |
parent | 0538b347a838a2c6d3818ad046567fa075251749 (diff) | |
download | freebsd-ports-gnome-bdf41476c3cde489c48371fb241f0a6a8a4cc3f3.tar.gz freebsd-ports-gnome-bdf41476c3cde489c48371fb241f0a6a8a4cc3f3.tar.zst freebsd-ports-gnome-bdf41476c3cde489c48371fb241f0a6a8a4cc3f3.zip |
All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.
PR: 124199
Submitted by: rafan
-rw-r--r-- | net/rsync/Makefile | 3 |
1 files changed, 1 insertions, 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 |