diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-09 20:51:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-09 20:51:47 +0000 |
commit | c85704b146d5f3c10e3588180865c9b34a008321 (patch) | |
tree | 402d0e7f046df3e583b4e6033c3cb009927f5df8 /databases/postgis | |
parent | a904387d02e163de934c5c51832d999ca202d21a (diff) | |
download | ports-c85704b146d5f3c10e3588180865c9b34a008321.tar.gz ports-c85704b146d5f3c10e3588180865c9b34a008321.zip |
- Chase postgresql update
PR: ports/73708
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Notes
Notes:
svn path=/head/; revision=121215
Diffstat (limited to 'databases/postgis')
-rw-r--r-- | databases/postgis/Makefile | 3 |
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) |