diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 19:05:19 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 19:05:19 +0000 |
commit | b10bdf644d3a712a19ec63481d7a0d9e8ddc3256 (patch) | |
tree | 075ef0453324322aac784aaffc18415b467e98c4 /ftp | |
parent | 829d453ca4d3a2a718c6bc9c254c7408ba932e96 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/vsftpd-ext/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile index 370caa3bd376..8ae8bf2f907c 100644 --- a/ftp/vsftpd-ext/Makefile +++ b/ftp/vsftpd-ext/Makefile @@ -35,6 +35,10 @@ OPTIONS= RC_NG "install RC_NG script" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900007 +BROKEN= does not build +.endif + .if defined(WITH_RC_NG) USE_RC_SUBR= vsftpd.sh .endif |