Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 13:37:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515337 - head/databases/postgresql-plv8js
Message-ID:  <201910241337.x9ODbkBI078370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910241337.x9ODbkBI078370>