aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/osm2pgsql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile
index fbb44e85d7fa..9d09f754e2d2 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -11,7 +11,7 @@ WWW= https://osm2pgsql.org/ \
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS= armv7 i386 powerpc
NOT_FOR_ARCHS_REASON= needs a 64 bit architecture
LIB_DEPENDS= libproj.so:graphics/proj \