aboutsummaryrefslogtreecommitdiff
path: root/lang/opencoarrays
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-08-22 14:58:55 +0000
committerSteve Wills <swills@FreeBSD.org>2018-08-22 14:58:55 +0000
commitaee77f806a2d42008391fced9368a7bcc38bb86d (patch)
tree9e7306865fbe3cf32cc0db866627b45414dda135 /lang/opencoarrays
parent688dae90a0ccb9bb4f088f8a3c3effde32612058 (diff)
downloadports-aee77f806a2d42008391fced9368a7bcc38bb86d.tar.gz
ports-aee77f806a2d42008391fced9368a7bcc38bb86d.zip
Notes
Diffstat (limited to 'lang/opencoarrays')
-rw-r--r--lang/opencoarrays/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile
index 1bf2c227df40..dc4c20d258af 100644
--- a/lang/opencoarrays/Makefile
+++ b/lang/opencoarrays/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opencoarrays
DISTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang parallel
MAINTAINER= as@cmplx.uk
@@ -45,7 +45,9 @@ OPENMPI2_CONFIGURE_ENV= MPI_HOME=${LOCALBASE}/mpi/openmpi2
.include <bsd.port.options.mk>
-.if ${GCC_DEFAULT} >= 7
+.if ${GCC_DEFAULT} >= 8
+PLIST_SUB+= SOVERSION=3
+.elif ${GCC_DEFAULT} == 7
PLIST_SUB+= SOVERSION=2
.elif ${GCC_DEFAULT} == 6
PLIST_SUB+= SOVERSION=1