summaryrefslogtreecommitdiffstats
path: root/ftp/filezilla
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/filezilla')
-rw-r--r--ftp/filezilla/Makefile8
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>
OpenPOWER on IntegriCloud