summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-06 04:00:34 +0000
committerrodent <rodent>2015-04-06 04:00:34 +0000
commit81744381e6ebcd33f66ffb9699167bc3f17e87dd (patch)
treed334e9fe37e1d134b541b4114554625a877794ac /security
parent9ce30960318585bca5d1ac0644cf808debc8d94d (diff)
downloadpkgsrc-81744381e6ebcd33f66ffb9699167bc3f17e87dd.tar.gz
GCC_REQD= 4.4, because 4.2 won't build this package on OpenBSD.
Diffstat (limited to 'security')
-rw-r--r--security/polarssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile
index 9993cce523c..5183f00c90f 100644
--- a/security/polarssl/Makefile
+++ b/security/polarssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/03/29 22:25:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2015/04/06 04:00:34 rodent Exp $
#
DISTNAME= polarssl-1.3.9-gpl
@@ -19,6 +19,7 @@ USE_CMAKE= yes
REPLACE_PERL= tests/scripts/*.pl
USE_LANGUAGES= c
TEST_TARGET= check
+GCC_REQD= 4.4
.include "options.mk"