diff options
author | sem <sem@FreeBSD.org> | 2006-04-30 17:22:23 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-30 17:22:23 +0800 |
commit | 6a92cc65da97e077ac7f22ca972b56f33ec72f80 (patch) | |
tree | 6e4e16efb68767bf88da847a0a7ede4d345cea39 /graphics | |
parent | f6751ce39c094fd280029178073c6c62e06b2dc2 (diff) | |
download | freebsd-ports-gnome-6a92cc65da97e077ac7f22ca972b56f33ec72f80.tar.gz freebsd-ports-gnome-6a92cc65da97e077ac7f22ca972b56f33ec72f80.tar.zst freebsd-ports-gnome-6a92cc65da97e077ac7f22ca972b56f33ec72f80.zip |
- Remove BROKEN. It builds now with any version
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/crystalentitylayer-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/crystalentitylayer/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/graphics/crystalentitylayer-devel/Makefile b/graphics/crystalentitylayer-devel/Makefile index aef11a66ad6f..357111ca0358 100644 --- a/graphics/crystalentitylayer-devel/Makefile +++ b/graphics/crystalentitylayer-devel/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 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 |