diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-26 09:22:00 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-26 09:22:00 +0000 |
commit | 955a0ab53779a5ea6cf46dcb42e8c22043f4e6bf (patch) | |
tree | 29b3730e89a435a09ce0ae570348560c835793da /net/rsync | |
parent | b11d42ce336ebbb1392c76388dbed95eb6762365 (diff) | |
download | ports-955a0ab53779a5ea6cf46dcb42e8c22043f4e6bf.tar.gz ports-955a0ab53779a5ea6cf46dcb42e8c22043f4e6bf.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 9cd78e04da8f..442963b5e418 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -24,7 +24,10 @@ MAINTAINER= obrien@FreeBSD.org Y2K= http://rsync.samba.org/rsync/y2k.html GNU_CONFIGURE= yes -.if defined(USE_INET6) + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 400014 CONFIGURE_ARGS= --enable-ipv6 .else CONFIGURE_ARGS= --disable-ipv6 @@ -46,4 +49,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${PREFIX}/share/doc/rsync .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |