diff options
-rw-r--r-- | ftp/ncftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 3c147bd6dcbe..59af71174193 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -31,6 +31,7 @@ PORTDOCS= install.html README README.freebsd LICENSE .if ${OSVERSION} >= 900000 BINVER= 9.0 +IGNORE= not yet available for 9.x .elif ${OSVERSION} >= 800000 BINVER= 8.0 .else |