diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 14:20:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 14:20:32 +0000 |
commit | f29016bb0c2ecf3fcc4fb0da9e3769b81e731635 (patch) | |
tree | 012ac35d4d6c0beb8360a91bdbc3e3e9c046e4bf /ftp/ftpd-tls | |
parent | 378fc70b8771210e6c9ea795708a611e175a7adc (diff) |
Notes
Diffstat (limited to 'ftp/ftpd-tls')
-rw-r--r-- | ftp/ftpd-tls/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index 2765aa55c839..dec789f64008 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -26,6 +26,10 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + post-patch: .for i in README.TLS ftpd.8.TLS pathnames.h tlsutil.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} |