diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-06-02 07:35:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-06-02 07:35:49 +0000 |
commit | 29e00544c25b2e0f8ac5ae405b67c57f57b80073 (patch) | |
tree | 2db71cd1efdb4495db4a38dbcc4c7f07a0111813 /net/rsync | |
parent | f578a4c13851dcc32e3558d5a2b0c8d06f8024f8 (diff) | |
download | ports-29e00544c25b2e0f8ac5ae405b67c57f57b80073.tar.gz ports-29e00544c25b2e0f8ac5ae405b67c57f57b80073.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index be931b9ca5bc..d73560743c97 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -4,7 +4,7 @@ PORTNAME= rsync PORTVERSION= 3.1.2 CATEGORIES= net ipv6 -PORTREVISION= 3 +PORTREVISION= 4 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://ftp.samba.org/pub/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ @@ -70,10 +70,11 @@ ICONV_CPPFLAGS= -I${LOCALBASE}/include ICONV_LDFLAGS= -L${LOCALBASE}/lib ICONV_CONFIGURE_ENABLE= iconv iconv-open -POPT_PORT_LIB_DEPENDS= libpopt.so:devel/popt -POPT_PORT_CPPFLAGS= -I${LOCALBASE}/include -POPT_PORT_LDFLAGS= -L${LOCALBASE}/lib -POPT_CONFIGURE_WITH= included-popt +POPT_PORT_LIB_DEPENDS_OFF= libpopt.so:devel/popt +POPT_PORT_CPPFLAGS_OFF= -I${LOCALBASE}/include +POPT_PORT_LDFLAGS_OFF= -L${LOCALBASE}/lib + +POPT_PORT_CONFIGURE_WITH= included-popt SSH_CONFIGURE_ON= --with-rsh=ssh SSH_CONFIGURE_OFF= --with-rsh=rsh |