diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/crystalentitylayer-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/crystalentitylayer/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics/crystalentitylayer-devel/Makefile b/graphics/crystalentitylayer-devel/Makefile index 6d6c8c4431c1..503f384307d7 100644 --- a/graphics/crystalentitylayer-devel/Makefile +++ b/graphics/crystalentitylayer-devel/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 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 |