summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-04-06 04:33:45 +0000
committerrodent <rodent@pkgsrc.org>2015-04-06 04:33:45 +0000
commitdcca09174b79b5a063d079591b38cbd3a8b78f24 (patch)
treed2921cdd09e5ba1feed6f2ce67e3d1af9e1658a0
parenta3a65285eab7f82483100fed707abc0eaee721c8 (diff)
downloadpkgsrc-dcca09174b79b5a063d079591b38cbd3a8b78f24.tar.gz
Use += to GCC_REQD. Thanks to richard@.
-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"