diff options
-rw-r--r-- | devel/avr-libc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index f8a77ef7c68a..61948e776db4 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -26,8 +26,6 @@ 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> - USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CC=avr-gcc PREFIX=${PREFIX} @@ -67,4 +65,4 @@ do-install: ${PREFIX}/share/doc/avr-libc/examples/twitest; \ done -.include <bsd.port.post.mk> +.include <bsd.port.mk> |