diff options
Diffstat (limited to 'ftp/wxdfast/Makefile')
-rw-r--r-- | ftp/wxdfast/Makefile | 8 |
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> |