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 /net-im/jabberd | |
parent | Add minisapserver 0.2.3, SAP and SLP announcement for the VLC Media (diff) |
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 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 7be6594a25f6..157cf453a5a7 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+=--enable-debug .endif .if defined(WITH_POSTGRESQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/include:${LOCALBASE}/lib STORAGE+= pgsql AUTHREG+= pgsql |