diff options
Diffstat (limited to 'databases/postgis/Makefile')
-rw-r--r-- | databases/postgis/Makefile | 2 |
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) |