summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-09-03 13:19:12 +0000
committernia <nia@pkgsrc.org>2019-09-03 13:19:12 +0000
commit57bbf425858c0c140f494b952e675273122fc259 (patch)
treeaf756bb52259b751ebc84d62d9a0c2b7eec6e6a4 /databases
parent77e502a5a96260674edac042113c2fd8df048581 (diff)
downloadpkgsrc-57bbf425858c0c140f494b952e675273122fc259.tar.gz
pgadmin3: Needs c++11 to build
Diffstat (limited to 'databases')
-rw-r--r--databases/pgadmin3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index ec85e7d3617..c3d4f0c224e 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2019/07/21 22:24:35 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2019/09/03 13:19:12 nia Exp $
DISTNAME= pgadmin3-1.22.2
PKGREVISION= 3
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.pgadmin.org/
COMMENT= Graphical PostgreSQL client and administration tool
LICENSE= postgresql-license
-USE_LANGUAGES= c99 c++03
+USE_LANGUAGES= c99 c++11
USE_TOOLS+= echo gmake sed
GNU_CONFIGURE= yes