diff options
author | kris <kris@FreeBSD.org> | 2004-05-18 18:31:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-18 18:31:29 +0800 |
commit | dd56a787f65ddafcdc83066582d18cc3ec658e70 (patch) | |
tree | 914cafe0184e55c276a5ea97384cd1215d60d199 /editors/openoffice-1.1 | |
parent | 900ca78f7e75d23630d03d138646819d319b2ea1 (diff) | |
download | freebsd-ports-gnome-dd56a787f65ddafcdc83066582d18cc3ec658e70.tar.gz freebsd-ports-gnome-dd56a787f65ddafcdc83066582d18cc3ec658e70.tar.zst freebsd-ports-gnome-dd56a787f65ddafcdc83066582d18cc3ec658e70.zip |
BROKEN on 4.x: Does not compile (tries to link to libpthread)
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index d83f5fe69b69..d1367260c55f 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -38,6 +38,10 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x (tries to link to libpthread)" +.endif + BUILD_NR= 645 RELEASE_NR= 1.1 FRELEASE_NR= 1.1.1 |