diff options
author | crees <crees@FreeBSD.org> | 2012-10-25 04:49:30 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-10-25 04:49:30 +0800 |
commit | 7391d050ec10f1e5e39864f195ed245eff0580bc (patch) | |
tree | 3bad409f218c6f2d1d3539ed2535cbca2e2c8eed /Mk | |
parent | c1e09f4472b2fe443eec0067b96abdba92f946ff (diff) | |
download | freebsd-ports-gnome-7391d050ec10f1e5e39864f195ed245eff0580bc.tar.gz freebsd-ports-gnome-7391d050ec10f1e5e39864f195ed245eff0580bc.tar.zst freebsd-ports-gnome-7391d050ec10f1e5e39864f195ed245eff0580bc.zip |
Add correct dependency details for postgresql9[0-2]-pgtcl
Feature safe: yes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.database.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index f45a92796d77..fc32abf4e359 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -243,8 +243,9 @@ LIB_DEPENDS+= pq.${PGSQL${PGSQL_VER}_LIBVER}:${PORTSDIR}/databases/postgresql${P _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}} |