diff options
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 |