diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2016-07-24 04:35:06 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2016-07-24 04:35:06 +0000 |
commit | 403901c1b60f5312fec657aae094a9c1985395cf (patch) | |
tree | 24fe972b5dcbf17433cfde676559560aa44bd098 /databases/postgresql-plv8js | |
parent | astro/xearth: Update my location in freebsd.committers.markers (diff) |
Add compiler:c++11-lang to fix build on 9.3.
Obtained from: pkg-fallout
Notes
Notes:
svn path=/head/; revision=418988
Diffstat (limited to 'databases/postgresql-plv8js')
-rw-r--r-- | databases/postgresql-plv8js/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 0cfbcb0749b9..3b3b7b44b478 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -15,7 +15,7 @@ LICENSE= PostgreSQL LIB_DEPENDS+= libv8.so:lang/v8 WRKSRC= ${WRKDIR}/plv8-${PORTVERSION} -USES= gmake perl5 pgsql:9.1+ +USES= compiler:c++11-lang gmake perl5 pgsql:9.1+ USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= plv8 |