diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-15 23:53:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-15 23:53:48 +0800 |
commit | 1f1d13043acf46fe55c1c0a99a32851058d9895d (patch) | |
tree | 7939008877388c030948a763f2a73e035da2dfd5 | |
parent | 272d29ea860a2422efaf62d5a42bf12a786f9ae9 (diff) | |
download | freebsd-ports-gnome-1f1d13043acf46fe55c1c0a99a32851058d9895d.tar.gz freebsd-ports-gnome-1f1d13043acf46fe55c1c0a99a32851058d9895d.tar.zst freebsd-ports-gnome-1f1d13043acf46fe55c1c0a99a32851058d9895d.zip |
Add missing dependency
- Bump PORTREVISION for dependency change
PR: 218226
Submitted by: Jason Bacon <bacon4000@gmail.com>
Approved by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
-rw-r--r-- | databases/postgis23/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgis23/Makefile b/databases/postgis23/Makefile index 51441dbb0b5c..52a1a0a4a475 100644 --- a/databases/postgis23/Makefile +++ b/databases/postgis23/Makefile @@ -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 |