From 5b99812dcc356c047deb6541432c2003597d6d78 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 3 May 2017 08:38:38 +0000 Subject: Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. --- editors/mlview/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'editors/mlview') 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" -- cgit v1.2.3