diff options
Diffstat (limited to 'ftp/ftp-proxy/Makefile')
-rw-r--r-- | ftp/ftp-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile index ca44940c0250..d2d4c65d28f7 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -29,8 +29,8 @@ CFLAGS+= -I${PREFIX}/include IGNORE= is a part of base for 7.0 and above .endif -.if ${OSVERSION} < 502106 -IGNORE= only for 5.3 and above +.if ${OSVERSION} < 600105 +BROKEN= does not build on 5.x .endif do-install: |