aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-08 17:09:20 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-11 11:48:43 +0000
commit75c26805ced2ba097d843176818dab41514df751 (patch)
treeea1b1ff3160d206bc9eb929ad69f175807403002 /converters
parentc2887b8f65988c6dacbe365c7b9efea6a5d27980 (diff)
downloadports-75c26805ced2ba097d843176818dab41514df751.tar.gz
ports-75c26805ced2ba097d843176818dab41514df751.zip
converters/osm2pgsql: disable on other 32-bit architectures
Diffstat (limited to 'converters')
-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 \