aboutsummaryrefslogtreecommitdiff
path: root/ftp/wxdfast
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-02-09 21:24:54 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-02-09 21:24:54 +0000
commitfbb6b3e46192d67245aca5888645fac5d730bf47 (patch)
tree7c11b0a165b2604dba7458ed3fbe0fce439355df /ftp/wxdfast
parent7c01d797a7805385de29ab8825385e5069fac6af (diff)
downloadports-fbb6b3e46192d67245aca5888645fac5d730bf47.tar.gz
ports-fbb6b3e46192d67245aca5888645fac5d730bf47.zip
Notes
Diffstat (limited to 'ftp/wxdfast')
-rw-r--r--ftp/wxdfast/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile
index 5a889bc8febf..062d156984bb 100644
--- a/ftp/wxdfast/Makefile
+++ b/ftp/wxdfast/Makefile
@@ -28,4 +28,10 @@ post-patch:
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|pt_BR||' ${WRKSRC}/man/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000 && ${ARCH} == i386
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>