summaryrefslogtreecommitdiff
path: root/editors/gobby/Makefile
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
commitca7c86855e9536834aeadcc2cb1bc8436ae6ee16 (patch)
tree2fa540b3172e66294abe7de0bde1aa824c38da93 /editors/gobby/Makefile
parent3ef956f123a6b414874b463757ad4273afe87371 (diff)
downloadpkgsrc-ca7c86855e9536834aeadcc2cb1bc8436ae6ee16.tar.gz
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'editors/gobby/Makefile')
-rw-r--r--editors/gobby/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index af14b7e6aa3..84f16281359 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2017/02/12 06:25:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.48 2017/05/03 08:38:41 jperkin Exp $
DISTNAME= gobby-0.4.12
PKGREVISION= 29
@@ -10,13 +10,11 @@ HOMEPAGE= http://gobby.0x539.de/
COMMENT= Collaborative Editor
LICENSE= gnu-gpl-v2
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
GNU_CONFIGURE= yes
-CXXFLAGS+= -std=c++11
-
.include "options.mk"
.include "../../devel/glibmm/buildlink3.mk"