summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-02-02 15:40:48 +0000
committerjperkin <jperkin@pkgsrc.org>2018-02-02 15:40:48 +0000
commit609fc6ccd57be92ef50b2538fd02b379437efaac (patch)
tree929263cfd6bf2fa3e29aa007ebe65702ddd35252
parentc44cfd06dc6e5813487da9c5ea3d700012fe842d (diff)
downloadpkgsrc-609fc6ccd57be92ef50b2538fd02b379437efaac.tar.gz
yamcha: Specify C++03, not C++11 clean.
-rw-r--r--textproc/yamcha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile
index a5e7b89a7c3..4da37b47b57 100644
--- a/textproc/yamcha/Makefile
+++ b/textproc/yamcha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 06:39:08 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/02/02 15:40:48 jperkin Exp $
#
.include "Makefile.common"
@@ -10,7 +10,7 @@ COMMENT= Yet Another Multipurpose CHunk Annotator
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= perl:run gzip:run
CONFIGURE_ENV+= ac_cv_path_GZIP=${TOOLS_PATH.gzip:Q}