diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-06-27 01:52:22 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-06-27 01:52:22 +0000 |
commit | 5e558fabe86d7d56da39e4b7d49ed5eccea2ce0d (patch) | |
tree | 86c62bcd1a8eeca4888100531f3d979757c27cbb /editors/openoffice.org-2 | |
parent | 3b18234be553d9a4efda9d59c6716ad0ad730038 (diff) | |
download | ports-5e558fabe86d7d56da39e4b7d49ed5eccea2ce0d.tar.gz ports-5e558fabe86d7d56da39e4b7d49ed5eccea2ce0d.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 41c9f901bbb5..a3ae0ad66bb0 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -47,9 +47,6 @@ JAVA_BUILD= jdk .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif -.if exists(${X11BASE}/bin/fltk-config) -BROKEN= "Please deinstall fltk, currently causes a build failure" -.endif CODELINE= 680 RELEASE_NR= 1.9 |