summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-02-02 04:07:30 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-02-02 04:07:30 +0000
commita12b00af8d839ab5f1f799808ea2fd35f7929068 (patch)
treed8fe3d59c3f6f7c6449a16361b47964d1dc0ad17 /editors/openoffice-1.1/Makefile
parentUpdate to 1.2.3 which includes fixes for broken versions of pmk(1). (diff)
4.11-RELEASE still suffers from _end problem.
marked as broken for them. Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
Notes
Notes: svn path=/head/; revision=127883
Diffstat (limited to '')
-rw-r--r--editors/openoffice-1.1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index 20c478e0b8d6..86db0e44bdf6 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -50,7 +50,7 @@ JAVA_BUILD= jdk
.include <bsd.port.pre.mk>
.include <${FILESDIR}/Makefile.localized>
-.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} < 492000)
+.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld"
.endif