diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 15:10:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 15:10:57 +0000 |
commit | 24dbe06218c1d13b8c10f372afeea98228a18eaf (patch) | |
tree | 4c888a6546396ab954bb7bd8f15cdae96c99d882 /databases/postgis/Makefile | |
parent | b199753f76db4bd9b3333c0b5318e60f79819658 (diff) | |
download | ports-24dbe06218c1d13b8c10f372afeea98228a18eaf.tar.gz ports-24dbe06218c1d13b8c10f372afeea98228a18eaf.zip |
Notes
Diffstat (limited to 'databases/postgis/Makefile')
-rw-r--r-- | databases/postgis/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 5b3a1058122d..9fd0c8001948 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgis -DISTVERSION= 1.1.3 +DISTVERSION= 1.1.4 CATEGORIES= databases MASTER_SITES= http://postgis.refractions.net/download/ @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALL_TARGET= install -INSTALLS_SHLIB= no +USE_LDCONFIG= no OPTIONS= GEOS "Include GEOS - the OpenGIS 'Simple Features for SQL'" off \ UTF8 "UTF-8 support for shp2pgsql. (needs libiconv)" off @@ -36,6 +36,10 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/postgis \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + .if !defined(NOPORTDOCS) BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl |