aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-30 16:49:14 +0800
committerbapt <bapt@FreeBSD.org>2014-06-30 16:49:14 +0800
commitec8fe01452b5a291de99887215f64ab55b5560a4 (patch)
tree0b7ff93ef8cb89649659fd35840cc81a9fcd7804 /net/rsync
parent40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860 (diff)
downloadfreebsd-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/Makefile2
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 \