summaryrefslogtreecommitdiff
path: root/net/opal
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-20 06:26:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-20 06:26:02 +0000
commitc6c5703ddfd101a5017c0853ede777ce7596207c (patch)
treeb1f07044f7d2d195f3b2efb4e5aeae912f8cac7f /net/opal
parentUSES=compiler:c11 is necessary to build on GCC-based architectures. (diff)
USES=compiler:c11 is necessary to build on GCC-based architectures.
PR: 233929 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=487845
Diffstat (limited to 'net/opal')
-rw-r--r--net/opal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index 423971a0a131..d245c43b32bc 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -14,7 +14,7 @@ LICENSE= MPL10
LIB_DEPENDS= libpt.so:devel/ptlib
-USES= gmake pathfix pkgconfig tar:xz
+USES= compiler:c11 gmake pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes