summaryrefslogtreecommitdiff
path: root/graphics/crystalentitylayer
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-30 09:22:23 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-30 09:22:23 +0000
commit19c3d66216f5044b29de49620c1f2f87ffa8f987 (patch)
tree63451d518f5874d9e09407d4f6c9d80b7c5e7fdd /graphics/crystalentitylayer
parent- fix build on FreeBSD 4.x (diff)
- Remove BROKEN. It builds now with any version
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=160893
Diffstat (limited to 'graphics/crystalentitylayer')
-rw-r--r--graphics/crystalentitylayer/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/crystalentitylayer/Makefile b/graphics/crystalentitylayer/Makefile
index aef11a66ad6f..357111ca0358 100644
--- a/graphics/crystalentitylayer/Makefile
+++ b/graphics/crystalentitylayer/Makefile
@@ -40,10 +40,6 @@ 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