aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scriba
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-03 03:01:04 +0800
committerPav Lucistnik <pav@FreeBSD.org>2007-07-03 03:01:04 +0800
commit9a0d0575be112a06e86c667ac754258a70d16b96 (patch)
treec577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /lang/scriba
parent0148a5a042bf86baa4e025a2e3e31d3a9b379025 (diff)
downloadfreebsd-ports-gnome-9a0d0575be112a06e86c667ac754258a70d16b96.tar.gz
freebsd-ports-gnome-9a0d0575be112a06e86c667ac754258a70d16b96.tar.zst
freebsd-ports-gnome-9a0d0575be112a06e86c667ac754258a70d16b96.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/Makefile4
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)