aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2006-04-28 04:12:05 +0800
committerlawrance <lawrance@FreeBSD.org>2006-04-28 04:12:05 +0800
commit7b7934c14119be0e9b1e983cc67daaed862e5c3e (patch)
tree0ffe878c7cf9f86f2bb3c44f424c6436ff0ba691 /graphics
parent3813ee84493000f04e2e4b57eae98b50dc6a573a (diff)
downloadfreebsd-ports-graphics-7b7934c14119be0e9b1e983cc67daaed862e5c3e.tar.gz
freebsd-ports-graphics-7b7934c14119be0e9b1e983cc67daaed862e5c3e.tar.zst
freebsd-ports-graphics-7b7934c14119be0e9b1e983cc67daaed862e5c3e.zip
Mark BROKEN on 4.x.
PR: ports/96424 Submitted by: Laurent Courty <lrntct@gmail.com> Reported by: Kris
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qgis/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 46e8274b2c3..792437d5651 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -35,6 +35,10 @@ OPTIONS= GRASS "Enable GRASS support" Off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= Does not build on FreeBSD versions prior to 5
+.endif
+
.if !defined (QTDIR)
QTDIR= ${X11BASE}
.endif