diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 04:26:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 04:26:08 +0000 |
commit | 6110eca7d03df3cad36b8d65558a766fe58292b2 (patch) | |
tree | fd306eb807c94d5c39d8b2163cfe42a28467e764 /databases/libudbc | |
parent | 4af439aaf984c71ebcb176706551323a3c71985a (diff) | |
download | ports-6110eca7d03df3cad36b8d65558a766fe58292b2.tar.gz ports-6110eca7d03df3cad36b8d65558a766fe58292b2.zip |
Notes
Diffstat (limited to 'databases/libudbc')
-rw-r--r-- | databases/libudbc/Makefile | 2 |
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> |