diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-23 16:09:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-23 16:09:30 +0800 |
commit | 9bb802e93067516fa435fef041ad655b7cd31d5c (patch) | |
tree | b639406d627093a4d5753559a0e20bf7bd7a00d2 /databases | |
parent | 2cc680c72fe722b17bbfb67ed782a213eadce55d (diff) | |
download | freebsd-ports-gnome-9bb802e93067516fa435fef041ad655b7cd31d5c.tar.gz freebsd-ports-gnome-9bb802e93067516fa435fef041ad655b7cd31d5c.tar.zst freebsd-ports-gnome-9bb802e93067516fa435fef041ad655b7cd31d5c.zip |
- Remove 4.X gruft
PR: 111940
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 6e5b94b5208b..f6c6675c96ef 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -36,10 +36,6 @@ 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 |