summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
committermat <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
commit62b577313b0d65704b72bd2d1187e3bf4df38994 (patch)
tree3aaa3e7d1381b695c71a4cab88dd8c6805898ac8 /lang
parentef91dce1482e4d516f495a75898806dc3c98d5e6 (diff)
downloadFreeBSD-ports-62b577313b0d65704b72bd2d1187e3bf4df38994.zip
FreeBSD-ports-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.gz
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 'lang')
-rw-r--r--lang/php4/Makefile2
-rw-r--r--lang/php5/Makefile2
-rw-r--r--lang/php53/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 08d8a30..5e7ba24 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -448,7 +448,7 @@ CONFIGURE_ARGS+=--enable-posix
.endif
.if defined(WITH_POSTGRESQL)
-POSTGRESQL_PORT?= databases/postgresql-client
+POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
.endif
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 481ac05..ee6cec5 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -424,7 +424,7 @@ CONFIGURE_ARGS+=--enable-posix
.endif
.if defined(WITH_POSTGRESQL)
-POSTGRESQL_PORT?= databases/postgresql-client
+POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
.endif
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 481ac05..ee6cec5 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -424,7 +424,7 @@ CONFIGURE_ARGS+=--enable-posix
.endif
.if defined(WITH_POSTGRESQL)
-POSTGRESQL_PORT?= databases/postgresql-client
+POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
.endif
OpenPOWER on IntegriCloud