diff options
Diffstat (limited to 'editors/mlview')
-rw-r--r-- | editors/mlview/Makefile | 6 |
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" |