svn commit: r306354 - head/Mk

Chris Rees crees at FreeBSD.org
Wed Oct 24 20:49:31 UTC 2012


Author: crees
Date: Wed Oct 24 20:49:30 2012
New Revision: 306354
URL: http://svn.freebsd.org/changeset/ports/306354

Log:
  Add correct dependency details for postgresql9[0-2]-pgtcl
  
  Feature safe:	yes

Modified:
  head/Mk/bsd.database.mk

Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk	Wed Oct 24 20:46:48 2012	(r306353)
+++ head/Mk/bsd.database.mk	Wed Oct 24 20:49:30 2012	(r306354)
@@ -243,8 +243,9 @@ LIB_DEPENDS+=	pq.${PGSQL${PGSQL_VER}_LIB
 _USE_PGSQL_DEP=			contrib docs pgtcl plperl pltcl server
 _USE_PGSQL_DEP_contrib=	pgbench
 _USE_PGSQL_DEP_docs=	postgresql-docs>0
-_USE_PGSQL_DEP_pltcl=	postgresql-pltcl>0
+_USE_PGSQL_DEP_pgtcl=	${LOCALBASE}/lib/pgtcl/pkgIndex.tcl
 _USE_PGSQL_DEP_plperl=	postgresql-plperl>0
+_USE_PGSQL_DEP_pltcl=	postgresql-pltcl>0
 _USE_PGSQL_DEP_server=	postgres
 .  for depend in ${_USE_PGSQL_DEP}
 .    if ${USE_PGSQL:M${depend}}


More information about the svn-ports-head mailing list