diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:04:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:04:44 +0000 |
commit | 83f7357c87ae604238f596915905c471a4241942 (patch) | |
tree | 660688730262580a2276d19b9a90eb58f70a3f3f /ftp/ncftpd/Makefile | |
parent | 9aaccaed7d0e000844966e72551a5375ac718636 (diff) |
Notes
Diffstat (limited to 'ftp/ncftpd/Makefile')
-rw-r--r-- | ftp/ncftpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index cf2a2e6468a5..484f5b0ccda7 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -28,10 +28,8 @@ RESTRICTED= 30 day evaluation license .if ${OSVERSION} >= 600000 BINVER= 6.0 -.elif ${OSVERSION} >= 500000 +.else BINVER= 5.4 -.elif ${OSVERSION} >= 491000 -BINVER= 4.11 .else BROKEN= FreeBSD version too old .endif |