diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-03-10 16:28:25 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-03-10 16:28:25 +0000 |
commit | 3db9299191078a3e5874868900b0551d1701fe1c (patch) | |
tree | 2c83db7b0d49d4a1a0bfdb7d77e06a79f5b7edc8 /misc/openmvg | |
parent | 50428b20a4be707f11cc4d0456b5ea9564249a5e (diff) | |
download | ports-3db9299191078a3e5874868900b0551d1701fe1c.tar.gz ports-3db9299191078a3e5874868900b0551d1701fe1c.zip |
Notes
Diffstat (limited to 'misc/openmvg')
-rw-r--r-- | misc/openmvg/Makefile | 2 |
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 |