svn commit: r440952 - head/databases/postgis23

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 15 15:53:49 UTC 2017


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 at gmail.com>
  Approved by:	lbartoletti <lbartoletti at 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


More information about the svn-ports-all mailing list