summaryrefslogtreecommitdiff
path: root/editors/mlview
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 /editors/mlview
parent3976212695feabbd27bb2ec036df7e0bddfd4c70 (diff)
downloadpkgsrc-5b99812dcc356c047deb6541432c2003597d6d78.tar.gz
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'editors/mlview')
-rw-r--r--editors/mlview/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile
index e6ecfe19079..3003f1c621b 100644
--- a/editors/mlview/Makefile
+++ b/editors/mlview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2017/02/12 06:25:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.79 2017/05/03 08:38:41 jperkin Exp $
#
DISTNAME= mlview-0.9.0
@@ -14,14 +14,12 @@ COMMENT= XML editor for the GNOME environment
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
-USE_LANGUAGES+= c c++
+USE_LANGUAGES+= c c++11
USE_PKGLOCALEDIR= yes
MAKE_JOBS_SAFE= no
GCONF_SCHEMAS= mlview.schemas
-CXXFLAGS+= -std=c++11
-
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"