summaryrefslogtreecommitdiff
path: root/graphics/crystalentitylayer
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-04-22 22:15:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-04-22 22:15:42 +0000
commitb56128f2929780a8d68738bc37a9d6f5be0bd089 (patch)
treefa57ad22f0a73bc75a8dc103e9171d7eb371af54 /graphics/crystalentitylayer
parentBROKEN: DOes not compile (diff)
BROKEN on >= 5.x: Does not build
Notes
Notes: svn path=/head/; revision=160174
Diffstat (limited to 'graphics/crystalentitylayer')
-rw-r--r--graphics/crystalentitylayer/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/crystalentitylayer/Makefile b/graphics/crystalentitylayer/Makefile
index 6d6c8c4431c1..503f384307d7 100644
--- a/graphics/crystalentitylayer/Makefile
+++ b/graphics/crystalentitylayer/Makefile
@@ -41,6 +41,10 @@ OPTIONS= DEBUG "Build with debugging information" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 504000
+BROKEN= Does not build on FreeBSD >= 5.x
+.endif
+
.if!defined(WITHOUT_DEBUG)
CONFIGURE_ARGS+= --enable-debug=yes
.else