Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 18:36:22 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487898 - head/Mk/Uses
Message-ID:  <201812201836.wBKIaMP9082593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Thu Dec 20 18:36:21 2018
New Revision: 487898
URL: https://svnweb.freebsd.org/changeset/ports/487898

Log:
  Add -plpython capability
  
  PR:		ports/222094
  Submitted by:	lbartoletti@tuxfamily.org

Modified:
  head/Mk/Uses/pgsql.mk

Modified: head/Mk/Uses/pgsql.mk
==============================================================================
--- head/Mk/Uses/pgsql.mk	Thu Dec 20 18:04:03 2018	(r487897)
+++ head/Mk/Uses/pgsql.mk	Thu Dec 20 18:36:21 2018	(r487898)
@@ -8,7 +8,7 @@
 #		Maintainer can set version required.  Minimum and maximum
 #		versions can be specified; e.g. 9.0-, 9.2+
 #
-#		WANT_PGSQL=	server[:fetch] pltcl plperl
+#		WANT_PGSQL=	server[:fetch] plperl plpython pltcl
 #
 #		Add PostgreSQL component dependency, using
 #		WANT_PGSQL=	component[:target].
@@ -132,12 +132,13 @@ IGNORE?=		cannot install: does not work with postgresq
 LIB_DEPENDS+=	libpq.so.${PGSQL${PGSQL_VER_NODOT}_LIBVER}:databases/postgresql${PGSQL_VER_NODOT}-client
 .endif
 
-_USE_PGSQL_DEP=		client contrib docs pgtcl pltcl plperl server
+_USE_PGSQL_DEP=		client contrib docs pgtcl plperl plpython pltcl server
 _USE_PGSQL_DEP_client=	psql
 _USE_PGSQL_DEP_contrib=	vacuumlo
 _USE_PGSQL_DEP_docs=	postgresql${PGSQL_VER_NODOT}-docs>0
 _USE_PGSQL_DEP_pgtcl=	${LOCALBASE}/lib/pgtcl/pkgIndex.tcl
 _USE_PGSQL_DEP_plperl=	postgresql${PGSQL_VER_NODOT}-plperl>0
+_USE_PGSQL_DEP_plpython=postgresql${PGSQL_VER_NODOT}-plpython>0
 _USE_PGSQL_DEP_pltcl=	postgresql${PGSQL_VER_NODOT}-pltcl>0
 _USE_PGSQL_DEP_server=	postgres
 .    if defined(WANT_PGSQL)



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