aboutsummaryrefslogtreecommitdiff
path: root/databases/grass7
diff options
context:
space:
mode:
Diffstat (limited to 'databases/grass7')
-rw-r--r--databases/grass7/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile
index 138a7a6dbf18..bc679d1c3b3a 100644
--- a/databases/grass7/Makefile
+++ b/databases/grass7/Makefile
@@ -70,7 +70,6 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
--with-geos=${LOCALBASE}/bin/geos-config \
--with-gdal=${LOCALBASE}/bin/gdal-config \
--with-pthread=yes \
- --with-openmp \
--prefix=${LOCALBASE} \
--exec-prefix=${LOCALBASE}
@@ -140,6 +139,10 @@ PLIST_SUB+= NOTONI386="@comment "
PLIST_SUB+= NOTONI386=""
.endif
+.if ${ARCH} != powerpc
+CONFIGURE_ARGS+= --with-openmp
+.endif
+
.if !defined (GRASS_INST_DIR)
GRASS_INST_DIR= ${PORTNAME}${VER}
.endif