diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-20 22:20:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-20 22:20:32 +0800 |
commit | 8f8385125ddfcf06ce4371ad8f512aeeedb0bccb (patch) | |
tree | 0d81245af6ff3929205cda3b458d31553bfe62f4 /ftp/bsdftpd-ssl | |
parent | b9ef8a77931f95fa56367fa0285966fc0082055d (diff) | |
download | freebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.tar.gz freebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.tar.zst freebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.zip |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'ftp/bsdftpd-ssl')
-rw-r--r-- | ftp/bsdftpd-ssl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index 3013cabd48d0..01d798a1d811 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -18,6 +18,10 @@ USE_OPENSSL= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + # Client only part .if defined(CLIENT_ONLY) PKGNAMESUFFIX= -client |