aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgis
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2007-10-17 18:13:01 +0800
committerade <ade@FreeBSD.org>2007-10-17 18:13:01 +0800
commit6f10a06995e640bf1073c28f5c13ea8f8412737a (patch)
treed14ccc864c4783b5751e425e681d4bc7e63ec159 /databases/postgis
parent7428a469a6c4123272d6ac2707e3cf432227515b (diff)
downloadfreebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz
freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.zst
freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip
Migration from bison 1.x to 2.x
PR: 117086 Tested by: -exp runs
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index 045159464a21..c75985d3dc47 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -7,16 +7,17 @@
PORTNAME= postgis
DISTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= http://postgis.refractions.net/download/
MAINTAINER= anderson@cnpm.embrapa.br
COMMENT= Adds support for geographic objects to PostgreSQL databases
-BUILD_DEPENDS= bison2:${PORTSDIR}/devel/bison2
LIB_DEPENDS= proj.5:${PORTSDIR}/graphics/proj
RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
+USE_BISON= build
USE_GCC= 3.2+
USE_PGSQL= yes
USE_GMAKE= yes