diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-12-16 03:30:48 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-12-16 03:30:48 +0000 |
commit | 6d69c033e79726edb0f1a89bc6481408f9abcaea (patch) | |
tree | abdfa098a6535004024785fd3e5402288eac015f /graphics/k3d | |
parent | db30ce849033d5b0d56d2f113c909953f06afe97 (diff) | |
download | ports-6d69c033e79726edb0f1a89bc6481408f9abcaea.tar.gz ports-6d69c033e79726edb0f1a89bc6481408f9abcaea.zip |
- Tag broken with 5.x
Reported by: pointyhat via pav
Approved by: David Yeske <dyeske@gmail.com> (maintainer),
linimon (mentor)
Notes
Notes:
svn path=/head/; revision=203823
Diffstat (limited to 'graphics/k3d')
-rw-r--r-- | graphics/k3d/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index 34168872100b..183b1184921d 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -50,6 +50,10 @@ OPTIONS= GNOME "Build for Gnome" off .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= Does not compile on FreeBSD 5.x +.endif + .if defined(WITH_GNOME) CONFIGURE_ARGS+= --with-gnome PLIST_SUB+= GNOME="" |