diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-29 16:25:03 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-29 16:25:03 +0800 |
commit | 5cd995c7b41d2111022eed131409cd250838c659 (patch) | |
tree | a4b1cd6ad536da7d96a1c8fe76e3cdfa4d520be4 /databases/clip | |
parent | 9efefb80accb005a384abbd0685d66b8ee2c972b (diff) | |
download | freebsd-ports-gnome-5cd995c7b41d2111022eed131409cd250838c659.tar.gz freebsd-ports-gnome-5cd995c7b41d2111022eed131409cd250838c659.tar.zst freebsd-ports-gnome-5cd995c7b41d2111022eed131409cd250838c659.zip |
Mark BROKEN on 4.x until I can fix it
Diffstat (limited to 'databases/clip')
-rw-r--r-- | databases/clip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 348cf4ad8d67..feda87a5508a 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -49,6 +49,10 @@ OPTIONS= IODBC "iODBC support" on \ BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + # OPT_CLIPLIBS contains the optional subdirectories built by # the patched ${WRKSRC}/cliplibs/Makefile # Not currently built: clip-oracle |