1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Remove unneeded +='s

This commit is contained in:
Dmitry Marakasov 2019-10-24 13:37:46 +00:00
parent 1bbe444fc5
commit 5c1026fcd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515337

View File

@ -14,11 +14,11 @@ COMMENT= PL/v8js procedural language for PostgreSQL database
LICENSE= PostgreSQL
LIB_DEPENDS+= libv8.so:lang/v8
LIB_DEPENDS= libv8.so:lang/v8
USES= compiler:c++11-lang gmake perl5 pgsql:9.1-10
USE_PERL5= build
USE_GITHUB= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
PLIST_SUB= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>