diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 10:59:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 10:59:05 +0800 |
commit | 272ac1c80d0ce64145b2dd10691f10005f8b1b84 (patch) | |
tree | bac414858f9279e2b6a5d733b8505a2140b728fd /editors/openoffice.org-1.0 | |
parent | 3893122eb8a7d90a55d0d04529d4eb722ff71b1c (diff) | |
download | freebsd-ports-gnome-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.gz freebsd-ports-gnome-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.zst freebsd-ports-gnome-272ac1c80d0ce64145b2dd10691f10005f8b1b84.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'editors/openoffice.org-1.0')
-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 |