aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/android-tools-adb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/android-tools-adb/Makefile b/devel/android-tools-adb/Makefile
index e4a65e49ad0c..ba69245c1d92 100644
--- a/devel/android-tools-adb/Makefile
+++ b/devel/android-tools-adb/Makefile
@@ -34,7 +34,7 @@ CONFLICTS_INSTALL?= ${PORTNAME}-devel-*
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-base_include_android-base_logging.h
.endif
-USES+= compiler:c++14-lang pkgconfig ssl uidfix
+USES= compiler:c++14-lang pkgconfig ssl uidfix
BUILD_WRKSRC= ${WRKSRC}/adb
INSTALL_WRKSRC= ${BUILD_WRKSRC}
TEST_WRKSRC= ${BUILD_WRKSRC}