From 7653d27b792c9f7e0dcbe202fa3afc046d751d4c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 18 Mar 2004 12:20:43 +0000 Subject: BROKEN on 5.x: Does not compile --- net/proxy-suite/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/proxy-suite') diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index 51c11baec825..d008192b845d 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -56,10 +56,16 @@ ALL_TARGET= -C ftp-proxy MAN8= ftp-proxy.8 MAN5= ftp-proxy.conf.5 +.include + +.if ${OSVERSION} >= 502105 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy post-install: @${SED} 's|PREFIX|${PREFIX}|' ${PKGMESSAGE} -.include +.include -- cgit v1.2.3