aboutsummaryrefslogtreecommitdiff
path: root/databases/postgis
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-09-21 19:13:01 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-09-21 19:13:01 +0000
commit00c699a4949bd7495cd5bc1a08c5acf794cfbc49 (patch)
treee1c316eb557f29e56cccf6c06928821094e1cde3 /databases/postgis
parent0be1abc30b2ad9597457f2ebc44280ae707db452 (diff)
downloadports-00c699a4949bd7495cd5bc1a08c5acf794cfbc49.tar.gz
ports-00c699a4949bd7495cd5bc1a08c5acf794cfbc49.zip
Unbreak by chasing PostgreSQL's upgrade to 7.4.5.
PR: ports/71974 Submitted by: Sam Lawrance Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=118322
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index ed5a76f82dfc..305d69ef0ee3 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -25,7 +25,7 @@ MAKE_ARGS= PGSQL_SRC=${PGSQL_SRC}
PGSQL_PORTDIR= ${WRKDIR}/../../../databases/postgresql7
WRKSRC= ${WRKDIR}/postgis-${PORTVERSION}
-PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.3
+PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.5
INSTALL_TARGET= install
.if defined(WITH_GEOS)