diff options
Diffstat (limited to 'devel/uboot-mkimage/Makefile')
-rw-r--r-- | devel/uboot-mkimage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/uboot-mkimage/Makefile b/devel/uboot-mkimage/Makefile index 701bf6f4fa5e..2c90f412f80a 100644 --- a/devel/uboot-mkimage/Makefile +++ b/devel/uboot-mkimage/Makefile @@ -12,7 +12,7 @@ DISTNAME= u-boot-${PORTVERSION} MAINTAINER= ray@FreeBSD.org COMMENT= The mkimage utility of the u-boot bootloader -USE_BZIP2= yes +USES= tar:bzip2 BUILD_WRKSRC= ${WRKSRC}/tools MAKEFILE= BSDmakefile |