diff options
author | maho <maho@FreeBSD.org> | 2005-06-19 03:45:25 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-06-19 03:45:25 +0000 |
commit | 5833bc8e42385d7baa1afb6089a933d35ed9919f (patch) | |
tree | 13b7d48bc188cc3eb4d340bef6ce60a7e9b90b0b /editors/openoffice.org-2-devel | |
parent | 242dec0e7769d5557904877fdcbeed97a788f327 (diff) | |
download | FreeBSD-ports-5833bc8e42385d7baa1afb6089a933d35ed9919f.zip FreeBSD-ports-5833bc8e42385d7baa1afb6089a933d35ed9919f.tar.gz |
Set as broken if epm is installed. it causes a build error
while building epm project. Now epm is a part of OpenOffice.org's
distribution.
Reported by: Mike Durian <durian at shadetreesoftware.com>
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index f878bb2..e295fa9 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -45,6 +45,9 @@ 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" +.endif CODELINE= 680 RELEASE_NR= 1.9 |