diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-06-02 08:11:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-06-02 08:11:52 +0000 |
commit | 95d4b1989ca5da83a86d35bc7960e14d5d1b1a72 (patch) | |
tree | f102bfc7b12ad0e41bb266117b77065988828fad | |
parent | 29ff44b08b1afe04ea9a7a244d9a7ea95036fe29 (diff) |
Notes
-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 |