aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-06-20 03:16:16 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-06-20 03:16:16 +0000
commitecba2e6a37d1b10a772a3efbf4efc55011bf3482 (patch)
tree25f32e623725678884c16c874bc68d48dd47446b /editors/openoffice.org-3-RC
parentfe3fbe62a17e28ab7ea36719a9fefb9e917614a8 (diff)
downloadports-ecba2e6a37d1b10a772a3efbf4efc55011bf3482.tar.gz
ports-ecba2e6a37d1b10a772a3efbf4efc55011bf3482.zip
Notes
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile
index e295fa920251..e524f7ff875b 100644
--- a/editors/openoffice.org-3-RC/Makefile
+++ b/editors/openoffice.org-3-RC/Makefile
@@ -45,8 +45,8 @@ 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(${LOCALBASE}/bin/epm)
-BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.if exists(${X11BASE}/bin/fltk-config)
+BROKEN= "Please deinstall fltk, currently causes a build failure"
.endif
CODELINE= 680
@@ -102,7 +102,7 @@ TCSH?= /bin/tcsh
PKGMESSAGE= ${WRKDIR}/pkg-message
NUMOFPROCESSES?= 1
-CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE}/bin/gpatch
+CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE}/bin/gpatch --with-epm=internal
.include <${FILESDIR}/Makefile.knobs>