aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-15 08:41:53 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-15 08:41:53 +0000
commit423ffeece775697adbd63650cdfdcf206f0a628d (patch)
tree2ed973700c5fe592b4fabb93018b5b6bd6ba8427
parent592181abd0c2a7e4eba03ffa3f3de798b7210a2f (diff)
downloadports-423ffeece775697adbd63650cdfdcf206f0a628d.tar.gz
ports-423ffeece775697adbd63650cdfdcf206f0a628d.zip
sysutils/gdisk: enable on armv7 and powerpc
-rw-r--r--sysutils/gdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gdisk/Makefile b/sysutils/gdisk/Makefile
index 4711ace7be6b..74cbc5a757cc 100644
--- a/sysutils/gdisk/Makefile
+++ b/sysutils/gdisk/Makefile
@@ -12,7 +12,7 @@ COMMENT= GPT fdisk
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le
LIB_DEPENDS= libpopt.so:devel/popt \
libuuid.so:misc/e2fsprogs-libuuid