diff options
author | beech <beech@FreeBSD.org> | 2007-10-27 04:48:10 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-10-27 04:48:10 +0800 |
commit | 9f087bee55d52ab736dc64f5244072a366bcdc50 (patch) | |
tree | 043b10c27626dea9637817aa1e9a2b0acd124401 /ftp/ftp-proxy | |
parent | a35f7eb8d3a9121907755ce25b18f22001bc338c (diff) | |
download | freebsd-ports-gnome-9f087bee55d52ab736dc64f5244072a366bcdc50.tar.gz freebsd-ports-gnome-9f087bee55d52ab736dc64f5244072a366bcdc50.tar.zst freebsd-ports-gnome-9f087bee55d52ab736dc64f5244072a366bcdc50.zip |
- Mark broken with 5.x
Reported by: pointyhat via pav
Approved by: sat (mentor, implicit)
Diffstat (limited to 'ftp/ftp-proxy')
-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: |