summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-10-04 07:13:19 +0000
committeradam <adam@pkgsrc.org>2021-10-04 07:13:19 +0000
commit7669ee4c6aa5d65fb9c642756760cace9686ecd3 (patch)
tree7dd677d64f947c04b3436a440c67c74e119a6cc8 /meta-pkgs
parentcdcd4495a3682d04b225a87dc6ecffb9d8811659 (diff)
downloadpkgsrc-7669ee4c6aa5d65fb9c642756760cace9686ecd3.tar.gz
boost: revert to just c++ (not c++); reported by @tnn
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/boost/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index 3b9e17c60a0..4dc1f9d68b9 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.92 2021/09/29 16:11:04 adam Exp $
+# $NetBSD: Makefile.common,v 1.93 2021/10/04 07:13:19 adam Exp $
#
# used by devel/boost-build/Makefile
# used by devel/boost-docs/Makefile
@@ -37,7 +37,7 @@ DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/boost/distinfo
PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches
USE_TOOLS+= pax
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
.include "../../mk/bsd.prefs.mk"