diff options
author | erwin <erwin@FreeBSD.org> | 2008-02-09 21:24:54 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-02-09 21:24:54 +0000 |
commit | dbc2112f164a885c7520b7f915460c5c89c1acb2 (patch) | |
tree | db8dc8423adfcc982db9228e6b26a7deadf74d81 /ftp/filezilla | |
parent | dcf188fed88a9ead0e53e327050ae24518b779ea (diff) | |
download | FreeBSD-ports-dbc2112f164a885c7520b7f915460c5c89c1acb2.zip FreeBSD-ports-dbc2112f164a885c7520b7f915460c5c89c1acb2.tar.gz |
Mark BROKEN on i386 8.0: does not compile
Diffstat (limited to 'ftp/filezilla')
-rw-r--r-- | ftp/filezilla/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 5a9c0a2..f13efe1 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -30,4 +30,10 @@ post-patch: @${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 && ${ARCH} == i386 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |