summaryrefslogtreecommitdiff
path: root/databases/libudbc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-22 04:26:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-22 04:26:08 +0000
commit6110eca7d03df3cad36b8d65558a766fe58292b2 (patch)
treefd306eb807c94d5c39d8b2163cfe42a28467e764 /databases/libudbc
parent- Fix build on 5.x (diff)
Change BROKEN to IGNORE in the case of configurations that will never
be made to work.
Notes
Notes: svn path=/head/; revision=94696
Diffstat (limited to 'databases/libudbc')
-rw-r--r--databases/libudbc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libudbc/Makefile b/databases/libudbc/Makefile
index dcf98248f943..2690c070f2e8 100644
--- a/databases/libudbc/Makefile
+++ b/databases/libudbc/Makefile
@@ -53,7 +53,7 @@ post-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
-BROKEN= "Systems prior to 4.x are not supported"
+IGNORE= "Systems prior to 4.x are not supported"
.endif
.include <bsd.port.post.mk>