diff options
author | kris <kris@FreeBSD.org> | 2004-03-18 20:20:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-18 20:20:43 +0800 |
commit | b3eb62e7592326d86d6487a7562d5ed7989725f3 (patch) | |
tree | 465c83652f5314f0a2f22ff4046595dcedb06163 /net | |
parent | ed55fc44c7e3f1e33209edcc55322d0857736651 (diff) | |
download | freebsd-ports-gnome-b3eb62e7592326d86d6487a7562d5ed7989725f3.tar.gz freebsd-ports-gnome-b3eb62e7592326d86d6487a7562d5ed7989725f3.tar.zst freebsd-ports-gnome-b3eb62e7592326d86d6487a7562d5ed7989725f3.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/proxy-suite/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |