diff options
Diffstat (limited to 'devel/avr-libc/Makefile')
-rw-r--r-- | devel/avr-libc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 61948e776db4..f5258d5fc62f 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -26,6 +26,12 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ avr-gcc:${PORTSDIR}/devel/avr-gcc +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Installation fails" +.endif + USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CC=avr-gcc PREFIX=${PREFIX} @@ -65,4 +71,4 @@ do-install: ${PREFIX}/share/doc/avr-libc/examples/twitest; \ done -.include <bsd.port.mk> +.include <bsd.port.post.mk> |