diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-27 20:12:05 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-27 20:12:05 +0000 |
commit | 7a6f26062341c4c77ac81a25703ef4db94dab431 (patch) | |
tree | 95cfed7c9bcd4bb12e7555e9b3903a314753437d /graphics/qgis | |
parent | efe5332c5ba3380401370b1876c5f93cfd221924 (diff) |
Notes
Diffstat (limited to 'graphics/qgis')
-rw-r--r-- | graphics/qgis/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 46e8274b2c34..792437d56514 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 |