diff options
Diffstat (limited to 'editors/openoffice.org-1.0/Makefile')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 521c373075e4..2d660032692f 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -42,6 +42,10 @@ USE_GNOME= orbit gtk12 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + INSTALLATION_BASEDIR= OpenOffice.org1.0 BUILD_NR= 641 DIST_SUBDIR= openoffice1.0 |