aboutsummaryrefslogtreecommitdiff
path: root/graphics/pcl-pointclouds
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-31 17:43:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-31 17:43:53 +0000
commit0dcfcdedf538c5af34a11c4186d49cde4434c978 (patch)
treef83553016ad177e2fd86886b53fd6a40ff2990ac /graphics/pcl-pointclouds
parente9922d823066833bf095c04b5450bc4eddb2188b (diff)
downloadports-0dcfcdedf538c5af34a11c4186d49cde4434c978.tar.gz
ports-0dcfcdedf538c5af34a11c4186d49cde4434c978.zip
Fix typo.
Reported by: jbeich Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=497438
Diffstat (limited to 'graphics/pcl-pointclouds')
-rw-r--r--graphics/pcl-pointclouds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile
index 70537d213eea..560fe519eb3f 100644
--- a/graphics/pcl-pointclouds/Makefile
+++ b/graphics/pcl-pointclouds/Makefile
@@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_i386= undefined reference to `__atomic_load'
-NOT_FOR_ARCHS= armv6 armv6
+NOT_FOR_ARCHS= armv6 armv7
NOT_FOR_ARCHS_REASON= common/include/pcl/pcl_macros.h:420:4: error: aligned_malloc not supported on your platform
LIB_DEPENDS= libboost_system.so:devel/boost-libs \