diff options
| author | nros <nros@pkgsrc.org> | 2017-10-12 18:21:23 +0000 |
|---|---|---|
| committer | nros <nros@pkgsrc.org> | 2017-10-12 18:21:23 +0000 |
| commit | 6769dfebbd8dd2913167cbaffcaa681dc0839e77 (patch) | |
| tree | 093202302011f180959176c8ed25ff96766c5250 /databases/qore-pgsql-module | |
| parent | 73ed6ed5a265222ca48caa63a82d5d8a12e06bc6 (diff) | |
| download | pkgsrc-6769dfebbd8dd2913167cbaffcaa681dc0839e77.tar.gz | |
Revbump and use of c++11 beacuse of lang/qore update.
Diffstat (limited to 'databases/qore-pgsql-module')
| -rw-r--r-- | databases/qore-pgsql-module/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/qore-pgsql-module/Makefile b/databases/qore-pgsql-module/Makefile index f41934acdae..ef7a887d335 100644 --- a/databases/qore-pgsql-module/Makefile +++ b/databases/qore-pgsql-module/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2016/10/09 21:41:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/10/12 18:21:24 nros Exp $ DISTNAME= qore-pgsql-module-2.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 OR mit GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_TOOLS+= gmake pax PTHREAD_OPTS+= native |
