aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-04-23 06:15:42 +0800
committerkris <kris@FreeBSD.org>2006-04-23 06:15:42 +0800
commiteb6f253680496c62040d9c982002e9dcb7bb94f1 (patch)
tree820afb60496aead6a160754f73871c1e935a0c2d /graphics
parent8d9bc5afc93f161cbfa019dc95c470890f674417 (diff)
downloadfreebsd-ports-gnome-eb6f253680496c62040d9c982002e9dcb7bb94f1.tar.gz
freebsd-ports-gnome-eb6f253680496c62040d9c982002e9dcb7bb94f1.tar.zst
freebsd-ports-gnome-eb6f253680496c62040d9c982002e9dcb7bb94f1.zip
BROKEN on >= 5.x: Does not build
Diffstat (limited to 'graphics')
-rw-r--r--graphics/crystalentitylayer-devel/Makefile4
-rw-r--r--graphics/crystalentitylayer/Makefile4
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