diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-02-02 04:07:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-02-02 04:07:30 +0000 |
commit | a12b00af8d839ab5f1f799808ea2fd35f7929068 (patch) | |
tree | d8fe3d59c3f6f7c6449a16361b47964d1dc0ad17 /editors/openoffice-2.0-devel/Makefile | |
parent | 50b170034989308acac79ab37f83800a163df53c (diff) | |
download | ports-a12b00af8d839ab5f1f799808ea2fd35f7929068.tar.gz ports-a12b00af8d839ab5f1f799808ea2fd35f7929068.zip |
Notes
Diffstat (limited to 'editors/openoffice-2.0-devel/Makefile')
-rw-r--r-- | editors/openoffice-2.0-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index 06eacb9cf4c1..c83ebda174c4 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/Makefile @@ -43,7 +43,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 |