summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2017-09-17 09:33:59 +0000
committerabs <abs@pkgsrc.org>2017-09-17 09:33:59 +0000
commit357dfb5e0899d4b7c171940fd6fc983c6fc52f9f (patch)
tree39877832720dc83fd8b737a2efb37e7742ad9764 /security
parent0a8c49047bca2f04d48057e5d57f3de96ea1c1eb (diff)
downloadpkgsrc-357dfb5e0899d4b7c171940fd6fc983c6fc52f9f.tar.gz
Update USE_LANGUAGES from "c c++" to "c c++11"
Diffstat (limited to 'security')
-rw-r--r--security/xml-security-c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xml-security-c/Makefile b/security/xml-security-c/Makefile
index 1868af17d35..ae3bbbba55f 100644
--- a/security/xml-security-c/Makefile
+++ b/security/xml-security-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/10/09 03:17:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2017/09/17 09:33:59 abs Exp $
DISTNAME= xml-security-c-1.7.3
CATEGORIES= security devel
@@ -9,7 +9,7 @@ HOMEPAGE= http://santuario.apache.org/
COMMENT= XML Digital Signature specification implementation
LICENSE= apache-2.0
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes