diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 13:53:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 13:53:09 +0800 |
commit | 20fc0082bc387a0c5d7f22216de1bb605e83b8a1 (patch) | |
tree | 6716f8b5549a52157a814f2d7d7f4ec850bd5595 /databases | |
parent | 4adb11b4be78c1484619157e83e416c14826843b (diff) | |
download | freebsd-ports-gnome-20fc0082bc387a0c5d7f22216de1bb605e83b8a1.tar.gz freebsd-ports-gnome-20fc0082bc387a0c5d7f22216de1bb605e83b8a1.tar.zst freebsd-ports-gnome-20fc0082bc387a0c5d7f22216de1bb605e83b8a1.zip |
Reset maintainer (email is bouncing)
While here:
- Trim headers
- Convert to USES where applicable
- Bump klamav portrevision (pkgconfig is not a run dep anymore)
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 |