From ecba2e6a37d1b10a772a3efbf4efc55011bf3482 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 20 Jun 2005 03:16:16 +0000 Subject: Add warning if x11-toolkits/fltk is installed build fails. Corrected: Mike Durian (again) --- editors/openoffice.org-3-RC/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/openoffice.org-3-RC') 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> -- cgit v1.2.3