aboutsummaryrefslogtreecommitdiff
path: root/devel/linux_libusb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linux_libusb/Makefile')
-rw-r--r--devel/linux_libusb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/linux_libusb/Makefile b/devel/linux_libusb/Makefile
index f03f8606864d..feb1f6547b32 100644
--- a/devel/linux_libusb/Makefile
+++ b/devel/linux_libusb/Makefile
@@ -12,13 +12,14 @@ COMMENT= Linux-compatibility libusb
LICENSE= BSD2CLAUSE
-ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS= aarch64 amd64 i386
USES= linux tar:bzip2
USE_LDCONFIG= yes
USE_LINUX= base:build,run devtools:build
USE_LINUX_PREFIX= yes
+LIBDIR_aarch64= lib64
LIBDIR_amd64= lib64
LIBDIR_i386= lib
PLIST_FILES= usr/${LIBDIR_${ARCH}}/libusb.so.3 \