diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
commit | 7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /databases/postgis21 | |
parent | b3175cfda759707ed077a4649b634cad8934eb1b (diff) |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Notes
Notes:
svn path=/head/; revision=399346
Diffstat (limited to 'databases/postgis21')
-rw-r--r-- | databases/postgis21/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile index 81faf1f2cb0a..8402b4c23afd 100644 --- a/databases/postgis21/Makefile +++ b/databases/postgis21/Makefile @@ -48,14 +48,6 @@ SFCGAL_LIB_DEPENDS= libSFCGAL.so:${PORTSDIR}/databases/sfcgal SFCGAL_CONFIGURE_ON= --with-sfcgal=${LOCALBASE}/bin/sfcgal-config SFCGAL_CONFIGURE_OFF= --without-sfcgal -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MRASTER} -.if ${OSVERSION} < 900033 -BROKEN= Raster suppport is broken on FreeBSD < 9.x -.endif -.endif - CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |