aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgis
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-09-22 03:13:01 +0800
committerthierry <thierry@FreeBSD.org>2004-09-22 03:13:01 +0800
commitf4e668347fd5131174dc1b8329e14a1e83e2564c (patch)
treeafffde0ca80c30c24c0cb85f26b5c74c0dc51813 /databases/postgis
parentf23709baaf2ccc7f965c210a0246b08e30dd75ff (diff)
downloadfreebsd-ports-gnome-f4e668347fd5131174dc1b8329e14a1e83e2564c.tar.gz
freebsd-ports-gnome-f4e668347fd5131174dc1b8329e14a1e83e2564c.tar.zst
freebsd-ports-gnome-f4e668347fd5131174dc1b8329e14a1e83e2564c.zip
Unbreak by chasing PostgreSQL's upgrade to 7.4.5.
PR: ports/71974 Submitted by: Sam Lawrance Approved by: portmgr (marcus)
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)