diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-10-26 20:48:10 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-10-26 20:48:10 +0000 |
commit | 3db8a6528b5f9bf7dc0d3d0a9a5bfcf9bf0f893c (patch) | |
tree | 2f5198cd7b9bb0e0d1903b375ad1b646968c9c43 /ftp | |
parent | e6cc787180ef56cc6c0fcef83d1919fe95b2eeaa (diff) | |
download | ports-3db8a6528b5f9bf7dc0d3d0a9a5bfcf9bf0f893c.tar.gz ports-3db8a6528b5f9bf7dc0d3d0a9a5bfcf9bf0f893c.zip |
Notes
Diffstat (limited to 'ftp')
-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: |