svn commit: r487898 - head/Mk/Uses

Chris Rees crees at FreeBSD.org
Thu Dec 20 18:36:23 UTC 2018


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 at 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)


More information about the svn-ports-all mailing list