diff options
author | kris <kris@FreeBSD.org> | 2006-04-23 06:15:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-04-23 06:15:42 +0800 |
commit | eb6f253680496c62040d9c982002e9dcb7bb94f1 (patch) | |
tree | 820afb60496aead6a160754f73871c1e935a0c2d /graphics | |
parent | 8d9bc5afc93f161cbfa019dc95c470890f674417 (diff) | |
download | freebsd-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/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 |