diff options
author | crees <crees@FreeBSD.org> | 2012-10-26 03:21:28 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-10-26 03:21:28 +0800 |
commit | eeb6536f0c4d0fb0e90d14a2bffab2b63eda7e9b (patch) | |
tree | 1d52e3a652bce8dd72771cee4c280691fe6f2ccc /Mk | |
parent | 4aa8b93a84fd9797cf6775fd6176cf218ae565a1 (diff) | |
download | freebsd-ports-gnome-eeb6536f0c4d0fb0e90d14a2bffab2b63eda7e9b.tar.gz freebsd-ports-gnome-eeb6536f0c4d0fb0e90d14a2bffab2b63eda7e9b.tar.zst freebsd-ports-gnome-eeb6536f0c4d0fb0e90d14a2bffab2b63eda7e9b.zip |
Stop creating duplicate packages, and add CONFLICTS
Thanks to erwin for limiting the damage I caused in the meantime
Feature safe: yes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.database.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index d84cef0b9fd7..1c720748b46a 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -240,7 +240,7 @@ IGNORE?= cannot install: does not work with postgresql${PGSQL_VER}-client (Post LIB_DEPENDS+= pq.${PGSQL${PGSQL_VER}_LIBVER}:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client -_USE_PGSQL_DEP= contrib docs pltcl plperl server +_USE_PGSQL_DEP= contrib docs pgtcl pltcl plperl server _USE_PGSQL_DEP_contrib= pgbench _USE_PGSQL_DEP_docs= postgresql-docs>0 _USE_PGSQL_DEP_pgtcl= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl |