diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-25 09:19:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-25 09:19:42 +0000 |
commit | 4031a6967c572131286ac61cc1b11872a57cd37d (patch) | |
tree | 714c4a22b469826dcc0386922e90e2c36f96e684 /mail/dbmail20 | |
parent | 092124470bd598a7373693de2d97a5091e74d063 (diff) | |
download | ports-4031a6967c572131286ac61cc1b11872a57cd37d.tar.gz ports-4031a6967c572131286ac61cc1b11872a57cd37d.zip |
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
Notes
Notes:
svn path=/head/; revision=109952
Diffstat (limited to 'mail/dbmail20')
-rw-r--r-- | mail/dbmail20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dbmail20/Makefile b/mail/dbmail20/Makefile index 68cf5f26d30e..7d1b2fa1d9de 100644 --- a/mail/dbmail20/Makefile +++ b/mail/dbmail20/Makefile @@ -24,7 +24,7 @@ USE_OPENSSL= YES .if defined(WITH_PGSQL) CONFIGURE_ARGS+= --with-pgsql -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client +LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7 DATABASE= postgresql PLIST_SUB+= PGSQL="" PLIST_SUB+= MYSQL="@comment " |