summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2000-08-26 09:15:05 +0000
committerandreas <andreas@FreeBSD.org>2000-08-26 09:15:05 +0000
commit612870773fbbecdb1c8585f9ec3a0e00d003e04d (patch)
tree2593e589dc7bd47d310ec845c1835564a306300b
parent03699049be239d167fda5158ef8c7dbce6f6a294 (diff)
downloadFreeBSD-ports-612870773fbbecdb1c8585f9ec3a0e00d003e04d.zip
FreeBSD-ports-612870773fbbecdb1c8585f9ec3a0e00d003e04d.tar.gz
after removal of old postgresql port fix dependencies for postgresql7 port
thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.
-rw-r--r--databases/p5-DBD-Pg-13/Makefile2
-rw-r--r--databases/p5-DBD-Pg/Makefile2
-rw-r--r--databases/p5-Pg/Makefile2
-rw-r--r--databases/pgaccess/Makefile2
-rw-r--r--databases/py-PyGreSQL/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile
index 34c1e15..7130f66 100644
--- a/databases/p5-DBD-Pg-13/Makefile
+++ b/databases/p5-DBD-Pg-13/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jfitz@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
USE_PERL5= yes
MAKE_ENV= POSTGRES_INCLUDE=${PREFIX}/pgsql/include POSTGRES_LIB=${PREFIX}/pgsql/lib
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index 34c1e15..7130f66 100644
--- a/databases/p5-DBD-Pg/Makefile
+++ b/databases/p5-DBD-Pg/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jfitz@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
USE_PERL5= yes
MAKE_ENV= POSTGRES_INCLUDE=${PREFIX}/pgsql/include POSTGRES_LIB=${PREFIX}/pgsql/lib
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile
index 4f9b8cf..aa2b5c4 100644
--- a/databases/p5-Pg/Makefile
+++ b/databases/p5-Pg/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jfitz@FreeBSD.org
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
USE_PERL5= yes
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile
index 439035e..bd6e163 100644
--- a/databases/pgaccess/Makefile
+++ b/databases/pgaccess/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.flex.ro/pub/pgaccess/
MAINTAINER= andreas@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\
+RUN_DEPENDS= ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql7\
wish8.3:${PORTSDIR}/x11-toolkits/tk83
WRKSRC= ${WRKDIR}/pgaccess
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index 9781750..6dc0f6a 100644
--- a/databases/py-PyGreSQL/Makefile
+++ b/databases/py-PyGreSQL/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= nectar@FreeBSD.org
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
MAKE_ENV= PYTHON=${PREFIX}/bin/python \
LN="${LN}" SETENV="${SETENV}" MKDIR="${MKDIR}"
OpenPOWER on IntegriCloud