svn commit: r515337 - head/databases/postgresql-plv8js

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 24 13:37:46 UTC 2019


Author: amdmi3
Date: Thu Oct 24 13:37:46 2019
New Revision: 515337
URL: https://svnweb.freebsd.org/changeset/ports/515337

Log:
  - Remove unneeded +='s

Modified:
  head/databases/postgresql-plv8js/Makefile

Modified: head/databases/postgresql-plv8js/Makefile
==============================================================================
--- head/databases/postgresql-plv8js/Makefile	Thu Oct 24 13:29:26 2019	(r515336)
+++ head/databases/postgresql-plv8js/Makefile	Thu Oct 24 13:37:46 2019	(r515337)
@@ -14,11 +14,11 @@ COMMENT=	PL/v8js procedural language for PostgreSQL da
 
 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>


More information about the svn-ports-head mailing list