diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-03 17:49:57 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-03 19:06:07 +0000 |
commit | 69f4ebaff6a3aa7d1d0afa0b61f4de40affcd4a9 (patch) | |
tree | 961226d024c35c35c3b77de73ecca1135b86e03d | |
parent | 5f834260a9d6ca2fe342010cbd01b72e8a74175d (diff) | |
download | ports-69f4ebaff6a3aa7d1d0afa0b61f4de40affcd4a9.tar.gz ports-69f4ebaff6a3aa7d1d0afa0b61f4de40affcd4a9.zip |
devel/fb-adb: drop unused USES=7z after 6f019c90b38c
-rw-r--r-- | devel/fb-adb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile index 787b825581de..4a10924e723f 100644 --- a/devel/fb-adb/Makefile +++ b/devel/fb-adb/Makefile @@ -37,7 +37,7 @@ RUN_DEPENDS= adb:devel/android-tools-adb USE_GITHUB= yes GH_ACCOUNT= facebook -USES= 7z:partial autoreconf gmake linux ncurses perl5 python:3.4+,build +USES= autoreconf gmake linux ncurses perl5 python:3.4+,build USE_LINUX= base:build USE_PERL5= build # pod2man BASH_CMD?= bash # can be zsh |