summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-06 04:33:45 +0000
committerrodent <rodent>2015-04-06 04:33:45 +0000
commit5afb1e163099affe4892532af6cade91dbec8885 (patch)
treed2921cdd09e5ba1feed6f2ce67e3d1af9e1658a0 /security
parent1f9593742f101f83ad752ec94d8d90ad0fcc2caf (diff)
downloadpkgsrc-5afb1e163099affe4892532af6cade91dbec8885.tar.gz
Use += to GCC_REQD. Thanks to richard@.
Diffstat (limited to 'security')
-rw-r--r--security/polarssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile
index 9c5eed4c594..a49f7fd1149 100644
--- a/security/polarssl/Makefile
+++ b/security/polarssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/04/06 04:18:52 rodent Exp $
+# $NetBSD: Makefile,v 1.13 2015/04/06 04:33:45 rodent Exp $
#
DISTNAME= polarssl-1.3.9-gpl
@@ -19,7 +19,7 @@ USE_CMAKE= yes
REPLACE_PERL= tests/scripts/*.pl
USE_LANGUAGES= c
TEST_TARGET= check
-GCC_REQD= 4.4
+GCC_REQD+= 4.4
.include "options.mk"