diff options
author | joerg <joerg@pkgsrc.org> | 2017-06-17 19:44:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-06-17 19:44:37 +0000 |
commit | bf6ef7b3d3759d73e7e3fda070fd9b63fde1364b (patch) | |
tree | 6f761cb98f35afc8a2de29fe3a78c3fb34931c9a /net/grive | |
parent | 78d1a5172091ee424a93277ee39878a3bb804825 (diff) | |
download | pkgsrc-bf6ef7b3d3759d73e7e3fda070fd9b63fde1364b.tar.gz |
Require C++11.
Diffstat (limited to 'net/grive')
-rw-r--r-- | net/grive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/grive/Makefile b/net/grive/Makefile index 110071483dd..90b511a86a5 100644 --- a/net/grive/Makefile +++ b/net/grive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/04/30 01:21:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2017/06/17 19:44:37 joerg Exp $ DISTNAME= ${GHNAME}-${GHDATE}-${GHCOMMIT} PKGNAME= ${GHNAME}-0.3.0.${GHDATE} @@ -18,7 +18,7 @@ GHCOMMIT= 27817e835fe115ebbda5410ec904aa49a2ad01f1 WRKSRC= ${WRKDIR}/grive-${GHCOMMIT} USE_CMAKE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 SUBST_CLASSES+= disableqt SUBST_MESSAGE.disableqt=Disable QT frontend |