diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 /lang/scriba | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.zip |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'lang/scriba')
-rw-r--r-- | lang/scriba/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile index 99f524a9657f..a549d670574e 100644 --- a/lang/scriba/Makefile +++ b/lang/scriba/Makefile @@ -36,6 +36,10 @@ OPTIONS= BDB "Berkeley DB extension" off \ BROKEN= "fails to compile" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not install +.endif + # Dependencies for port options .if defined(WITH_BDB) |