diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:15:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:15:42 +0000 |
commit | b56128f2929780a8d68738bc37a9d6f5be0bd089 (patch) | |
tree | fa57ad22f0a73bc75a8dc103e9171d7eb371af54 /graphics/crystalentitylayer | |
parent | 665d718573690216ab46f41a9ad473c3ebbc0b61 (diff) | |
download | ports-b56128f2929780a8d68738bc37a9d6f5be0bd089.tar.gz ports-b56128f2929780a8d68738bc37a9d6f5be0bd089.zip |
Notes
Diffstat (limited to 'graphics/crystalentitylayer')
-rw-r--r-- | graphics/crystalentitylayer/Makefile | 4 |
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 |