mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Remove unneeded +='s
This commit is contained in:
parent
1bbe444fc5
commit
5c1026fcd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515337
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue