aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2019-04-08 00:24:56 +0800
committerlinimon <linimon@FreeBSD.org>2019-04-08 00:24:56 +0800
commit8a60a5485fc889919e13792bbaed08b1d3ffc1b9 (patch)
treed445c8657b5df69350503d96b0a8857ae6ba4ece /security
parent60270aa14b09f0b7bc0bd6f8eb94a3d03a289bcb (diff)
downloadfreebsd-ports-gnome-8a60a5485fc889919e13792bbaed08b1d3ffc1b9.tar.gz
freebsd-ports-gnome-8a60a5485fc889919e13792bbaed08b1d3ffc1b9.tar.zst
freebsd-ports-gnome-8a60a5485fc889919e13792bbaed08b1d3ffc1b9.zip
Don't use GCC 4.2 on GCC-based architectures; this port requires at
least GCC 4.7, so change USE_GCC=any to USE_GCC=yes. PR: 236903 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security')
-rw-r--r--security/opencryptoki/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile
index 55f568102880..dd5cd8d3ce62 100644
--- a/security/opencryptoki/Makefile
+++ b/security/opencryptoki/Makefile
@@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libtspi.so:security/trousers
USES= alias autoreconf gmake libtool localbase ssl tar:tgz
-USE_GCC= any
+USE_GCC= yes
USE_OPENLDAP= yes
USE_LDCONFIG= ${PREFIX}/lib/opencryptoki
USE_GITHUB= yes