diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-11 05:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-11 05:53:09 +0000 |
commit | f3dc0c6f277dce60c8a6246a711fa1202a81c449 (patch) | |
tree | 6716f8b5549a52157a814f2d7d7f4ec850bd5595 /databases | |
parent | a8b215b6e127681067e4dbeca9556499479a6a0c (diff) | |
download | ports-f3dc0c6f277dce60c8a6246a711fa1202a81c449.tar.gz ports-f3dc0c6f277dce60c8a6246a711fa1202a81c449.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 73f1016c7216..ec7ea9cabeb6 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -8,7 +8,7 @@ CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ \ http://www.postgis.org/download/ -MAINTAINER= anderson@cnpm.embrapa.br +MAINTAINER= ports@FreeBSD.org COMMENT= Adds support for geographic objects to PostgreSQL databases LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \ @@ -17,10 +17,9 @@ RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server CONFLICTS= postgis-2.* -USES= bison iconv +USES= bison iconv gmake USE_GNOME= libxml2 USE_PGSQL= yes -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_PERL5_BUILD= yes |