diff options
Diffstat (limited to 'ftp/vsftpd/Makefile')
-rw-r--r-- | ftp/vsftpd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index b5f35d227892..8ec898d1f1a6 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -31,10 +31,6 @@ OPTIONS= RC_NG "install RC_NG script" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 -BROKEN= does not compile on FreeBSD 9.X -.endif - .if defined(WITH_RC_NG) USE_RC_SUBR= vsftpd.sh .endif |