aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-10 16:28:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-10 16:28:25 +0000
commit3db9299191078a3e5874868900b0551d1701fe1c (patch)
tree2c83db7b0d49d4a1a0bfdb7d77e06a79f5b7edc8 /misc
parent50428b20a4be707f11cc4d0456b5ea9564249a5e (diff)
downloadports-3db9299191078a3e5874868900b0551d1701fe1c.tar.gz
ports-3db9299191078a3e5874868900b0551d1701fe1c.zip
misc/openmvg: enable on powerpc64le
Notes
Notes: svn path=/head/; revision=568014
Diffstat (limited to 'misc')
-rw-r--r--misc/openmvg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile
index c31c36de4ef9..43e73b07f183 100644
--- a/misc/openmvg/Makefile
+++ b/misc/openmvg/Makefile
@@ -12,7 +12,7 @@ COMMENT= Multiple View Geometry (MVG) library
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/../LICENSE
-ONLY_FOR_ARCHS= amd64 i386 powerpc64
+ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken
HPP_DEPENDS= cereal>0:devel/cereal