diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 19:46:10 +0800 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 19:46:10 +0800 |
commit | c44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch) | |
tree | e6dd259a421e47b261f2bd597fcca9e4eec75ae0 /lang/scriba | |
parent | 06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff) | |
download | freebsd-ports-gnome-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz freebsd-ports-gnome-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.zst freebsd-ports-gnome-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Diffstat (limited to 'lang/scriba')
-rw-r--r-- | lang/scriba/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile index a17ba5dea03f..99f524a9657f 100644 --- a/lang/scriba/Makefile +++ b/lang/scriba/Makefile @@ -32,10 +32,6 @@ OPTIONS= BDB "Berkeley DB extension" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "coredumps a lot" -.endif - .if ${ARCH} == "ia64" BROKEN= "fails to compile" .endif |