diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 15:45:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 15:45:21 +0000 |
commit | 5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (patch) | |
tree | b4ccb9aa213c7b7ca2d614dd6efab8bf9656fb69 /ftp | |
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=251275
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/smbftpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile index c6c2508db93a..ff3ebac39c21 100644 --- a/ftp/smbftpd/Makefile +++ b/ftp/smbftpd/Makefile @@ -11,7 +11,6 @@ CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/SmbFTPD/${PORTVERSION} \ http://www.twbsd.org/download/download.php?file=smbftpd/ - MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= FTP daemon using Samba-like share management mechanism @@ -48,4 +47,8 @@ CONFIGURE_ARGS+= "--with-iconv" CONFIGURE_ARGS+= "--with-ssl" .endif +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .include <bsd.port.post.mk> |