Instead of only half-reverting, and thus introducing new breakage in

that USE_BZIP2 was no longer recognized, completely revert to rev
1.18.

Spotted by:	ru
This commit is contained in:
Joerg Wunsch 2003-05-19 11:37:08 +00:00
parent 65d47dedf0
commit 83561d2f76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81366

View File

@ -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>