summaryrefslogtreecommitdiff
path: root/ftp/tnftpd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:53:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:53:50 +0000
commit80b7e09305fa6af89949027155c61a50256c76bc (patch)
treeb0c703eeb3b76b176174e4aebb375ceb87a215cb /ftp/tnftpd
parent- Mark BROKEN on HEAD: fails to build with new utmpx (diff)
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251272
Diffstat (limited to 'ftp/tnftpd')
-rw-r--r--ftp/tnftpd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/tnftpd/Makefile b/ftp/tnftpd/Makefile
index b0c9a31c4d78..fc73019100e9 100644
--- a/ftp/tnftpd/Makefile
+++ b/ftp/tnftpd/Makefile
@@ -17,6 +17,12 @@ GNU_CONFIGURE= yes
CFLAGS+= -DSUPPORT_UTMP
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if defined(WITH_SOCKS5)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
CONFIGURE_ARGS+= --with-socks5
@@ -63,4 +69,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>