Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2012 20:49:30 +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: r306354 - head/Mk
Message-ID:  <201210242049.q9OKnUCF094275@svn.freebsd.org>

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



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