diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:28:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:28:49 +0000 |
commit | c1c60fa0cc9d8aa69211266c06affb7ed14689d0 (patch) | |
tree | f7f23b3b1b9fc335ad609dadf4a18fdc1feea620 /net | |
parent | BROKEN on ia64 and sparc64: Does not compile (diff) |
BROKEN on 6.x: Does not compile
Notes
Notes:
svn path=/head/; revision=121929
Diffstat (limited to 'net')
-rw-r--r-- | net/proxy-suite/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index 1fd47b5f504e..7c470b8356c5 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -59,6 +59,10 @@ MAN5= ftp-proxy.conf.5 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 +BROKEN= "Does not build on FreeBSD >= 6.x" +.endif + pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy |