diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-01 18:54:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-01 18:54:26 +0000 |
commit | 9d17e883db48e3530ce2d101c0885eefb19c560b (patch) | |
tree | 80053a324dde9f9ee8be5df791b73a53109ca132 /databases/postgis | |
parent | aedcefded2454f0fe4b854a662e55feac69bfaf8 (diff) | |
download | ports-9d17e883db48e3530ce2d101c0885eefb19c560b.tar.gz ports-9d17e883db48e3530ce2d101c0885eefb19c560b.zip |
Notes
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 65b00a53049a..2deeff51c0d4 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= postgis PORTVERSION= 0.8.2 +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= ${PORTSDIR}/databases/postgresql7 WRKSRC= ${WRKDIR}/postgis-${PORTVERSION} -PGSQL_SRC= ${WRKDIRPREFIX}${PGSQL_PORTDIR}/work/postgresql-7.4.2 +PGSQL_SRC= ${WRKDIRPREFIX}${PGSQL_PORTDIR}/work/postgresql-7.4.3 INSTALL_TARGET= install .if defined(WITH_GEOS) |