aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
commit5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (patch)
treeb4ccb9aa213c7b7ca2d614dd6efab8bf9656fb69 /ftp
parente463dfdc2d5bd0f1470af7ad88576fd8f54d9cdf (diff)
downloadports-5a23bb49bd36e79bbe2eb49a55ff65cdad56c548.tar.gz
ports-5a23bb49bd36e79bbe2eb49a55ff65cdad56c548.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/smbftpd/Makefile5
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>