summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-03 08:38:38 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-03 08:38:38 +0000
commit5b99812dcc356c047deb6541432c2003597d6d78 (patch)
tree34b2442bcf322c038d08c6a15224a11fa82a1de2 /chat
parent3976212695feabbd27bb2ec036df7e0bddfd4c70 (diff)
downloadpkgsrc-5b99812dcc356c047deb6541432c2003597d6d78.tar.gz
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'chat')
-rw-r--r--chat/swift/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/swift/Makefile b/chat/swift/Makefile
index 5468d13977d..8653770565b 100644
--- a/chat/swift/Makefile
+++ b/chat/swift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/04/30 01:21:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2017/05/03 08:38:39 jperkin Exp $
DISTNAME= swift-3.0
PKGREVISION= 12
@@ -12,11 +12,9 @@ LICENSE= gnu-gpl-v3
DEPENDS+= scons>=1.3:../../devel/scons
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_TOOLS+= pkg-config
-CXXFLAGS+= -std=c++11
-
INSTALLATION_DIRS= ${PKGMANDIR}/man1
SUBST_CLASSES+= path