Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2017 15:53:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440952 - head/databases/postgis23
Message-ID:  <201705151553.v4FFrmYa091228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 15 15:53:48 2017
New Revision: 440952
URL: https://svnweb.freebsd.org/changeset/ports/440952

Log:
  Add missing dependency
  
  - Bump PORTREVISION for dependency change
  
  PR:		218226
  Submitted by:	Jason Bacon <bacon4000@gmail.com>
  Approved by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)

Modified:
  head/databases/postgis23/Makefile

Modified: head/databases/postgis23/Makefile
==============================================================================
--- head/databases/postgis23/Makefile	Mon May 15 15:53:43 2017	(r440951)
+++ head/databases/postgis23/Makefile	Mon May 15 15:53:48 2017	(r440952)
@@ -3,6 +3,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.3.2
+PORTREVISION=	1
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	23
@@ -56,6 +57,7 @@ SFCGAL_IMPLIES=		RASTER
 ADDRSTD_CONFIGURE_WITH=	address-standardizer
 ADDRSTD_IMPLIES=	RASTER
 ADDRSTD_LIB_DEPENDS=	libpcre.so:devel/pcre
+ADDRSTD_VARS=		WANT_PGSQL+=contrib
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705151553.v4FFrmYa091228>