diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-21 19:13:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-21 19:13:01 +0000 |
commit | 00c699a4949bd7495cd5bc1a08c5acf794cfbc49 (patch) | |
tree | e1c316eb557f29e56cccf6c06928821094e1cde3 /databases/postgis | |
parent | 0be1abc30b2ad9597457f2ebc44280ae707db452 (diff) |
Notes
Diffstat (limited to 'databases/postgis')
-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) |