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-openldap-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-openldap-module')
-rw-r--r-- | databases/qore-openldap-module/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/qore-openldap-module/Makefile b/databases/qore-openldap-module/Makefile index 997d2371807..8d3f1dbcdd1 100644 --- a/databases/qore-openldap-module/Makefile +++ b/databases/qore-openldap-module/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/08/07 11:44:42 nros Exp $ +# $NetBSD: Makefile,v 1.5 2017/10/12 18:21:23 nros Exp $ DISTNAME= qore-openldap-module-1.1 +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/} EXTRACT_SUFX= .tar.bz2 @@ -14,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_TOOLS+= gmake pax PTHREAD_OPTS+= native |