diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-29 08:25:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-29 08:25:03 +0000 |
commit | bd32ff43330c8cc02993ed2fb88881951477dd0d (patch) | |
tree | ac6e71646f9d81726e44070b3fbef09f2ff4d551 /databases/clip/Makefile | |
parent | 6d4b4b627b710cffac5038f7de10066d9fb84312 (diff) | |
download | ports-bd32ff43330c8cc02993ed2fb88881951477dd0d.tar.gz ports-bd32ff43330c8cc02993ed2fb88881951477dd0d.zip |
Notes
Diffstat (limited to 'databases/clip/Makefile')
-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 |