aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba3
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-05-25 17:19:42 +0800
committerMathieu Arnold <mat@FreeBSD.org>2004-05-25 17:19:42 +0800
commit4031a6967c572131286ac61cc1b11872a57cd37d (patch)
tree714c4a22b469826dcc0386922e90e2c36f96e684 /net/samba3
parent092124470bd598a7373693de2d97a5091e74d063 (diff)
downloadfreebsd-ports-gnome-4031a6967c572131286ac61cc1b11872a57cd37d.tar.gz
freebsd-ports-gnome-4031a6967c572131286ac61cc1b11872a57cd37d.tar.zst
freebsd-ports-gnome-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
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 8018cc5bf150..dd652f99c18d 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -151,7 +151,7 @@ PLIST_SUB+= SAMMYSQL="@comment "
.endif
.if defined(WITH_SAM_PGSQL)
-LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --with-pgsql-prefix=${LOCALBASE}
WANT_EXPSAM_MODULES+= pgsql
PLIST_SUB+= SAMPGSQL=""