diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-30 16:49:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-30 16:49:14 +0800 |
commit | ec8fe01452b5a291de99887215f64ab55b5560a4 (patch) | |
tree | 0b7ff93ef8cb89649659fd35840cc81a9fcd7804 /net/rsync | |
parent | 40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860 (diff) | |
download | freebsd-ports-gnome-ec8fe01452b5a291de99887215f64ab55b5560a4.tar.gz freebsd-ports-gnome-ec8fe01452b5a291de99887215f64ab55b5560a4.tar.zst freebsd-ports-gnome-ec8fe01452b5a291de99887215f64ab55b5560a4.zip |
<OPT>_CONFIGURE_ARGS does not exists, fix
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index a28fa02bec1a..e28a7b8e462b 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -50,7 +50,7 @@ ACL_DESC= Add backward-compatibility for the --acls option # define default options OPTIONS_DEFAULT=SSH FLAGS -ZLIB_BASE_CONFIGURE_ARGS= --with-included-zlib=no +ZLIB_BASE_CONFIGURE_ON= --with-included-zlib=no TIMELIMIT_EXTRA_PATCHES= ${WRKSRC}/patches/time-limit.diff ATIMES_EXTRA_PATCHES= ${WRKSRC}/patches/atimes.diff FLAGS_EXTRA_PATCHES= ${WRKSRC}/patches/fileflags.diff \ |