aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/postgis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index 4cd895d17f2a..b2159fbe0c83 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postgis
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://postgis.refractions.net/
DISTNAME= postgis-${PORTVERSION}
@@ -24,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.5
+PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.6
INSTALL_TARGET= install
.if defined(WITH_GEOS)