diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-09-07 17:57:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-09-07 17:57:53 +0800 |
commit | 44a51033c05484c004b8a797c5c2fc63caa20094 (patch) | |
tree | 924fdca7354592307f08f53c2ee14648bd40c80b /net/rsync | |
parent | dbd2f5c72473583bfa6609ff8f7659c117a1de7e (diff) | |
download | freebsd-ports-gnome-44a51033c05484c004b8a797c5c2fc63caa20094.tar.gz freebsd-ports-gnome-44a51033c05484c004b8a797c5c2fc63caa20094.tar.zst freebsd-ports-gnome-44a51033c05484c004b8a797c5c2fc63caa20094.zip |
Remove USE_PERL5_BUILD, since perl is not needed anymore to build.
Notified by: pjd
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index d3793dffa291..8c3862cf6f88 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -24,7 +24,6 @@ COMMENT= A network file distribution/synchronization utility GNU_CONFIGURE= yes USE_RC_SUBR= rsyncd.sh SUB_LIST= NAME=rsyncd -USE_PERL5_BUILD=yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --disable-debug --enable-ipv6 \ |