svn commit: r359812 - head/net/rsync

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 30 08:49:14 UTC 2014


Author: bapt
Date: Mon Jun 30 08:49:14 2014
New Revision: 359812
URL: http://svnweb.freebsd.org/changeset/ports/359812
QAT: https://qat.redports.org/buildarchive/r359812/

Log:
  <OPT>_CONFIGURE_ARGS does not exists, fix

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Mon Jun 30 08:37:49 2014	(r359811)
+++ head/net/rsync/Makefile	Mon Jun 30 08:49:14 2014	(r359812)
@@ -50,7 +50,7 @@ ACL_DESC=	Add backward-compatibility for
 # 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 \


More information about the svn-ports-head mailing list