diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 18:15:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 18:15:52 +0800 |
commit | be57a80f4f46624a7a3582442f52c754563b9b72 (patch) | |
tree | da93f2dfaac0007dd30bf105aff12a968a96b18f /sysutils | |
parent | e90f1a0751be839afc18fb5b8cc4c54deab0552a (diff) | |
download | freebsd-ports-graphics-be57a80f4f46624a7a3582442f52c754563b9b72.tar.gz freebsd-ports-graphics-be57a80f4f46624a7a3582442f52c754563b9b72.tar.zst freebsd-ports-graphics-be57a80f4f46624a7a3582442f52c754563b9b72.zip |
Convert USE_BZIP2=yes to USES=tar:bzip2
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cmospwd/Makefile | 2 | ||||
-rw-r--r-- | sysutils/most/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile index c9a80dc6995..b21179a78d9 100644 --- a/sysutils/cmospwd/Makefile +++ b/sysutils/cmospwd/Makefile @@ -12,7 +12,7 @@ COMMENT= BIOS password recovery tool LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 PLIST_FILES= bin/cmospwd PORTDOCS= cmospwd.txt diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 73a7a8ce2b5..171726c71ff 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-mmap MAKE_JOBS_UNSAFE= yes |