diff options
author | crees <crees@FreeBSD.org> | 2011-08-24 16:47:05 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-24 16:47:05 +0800 |
commit | 308cd91a0fea1edcba473ca3d90bb9300b3609b5 (patch) | |
tree | f05135e28f39298f299cbb894c5d4e8e6abac977 /editors/libreoffice | |
parent | 7714a8676db6ce02a196b0de80ca7fbcb8cf4247 (diff) | |
download | freebsd-ports-gnome-308cd91a0fea1edcba473ca3d90bb9300b3609b5.tar.gz freebsd-ports-gnome-308cd91a0fea1edcba473ca3d90bb9300b3609b5.tar.zst freebsd-ports-gnome-308cd91a0fea1edcba473ca3d90bb9300b3609b5.zip |
Add CONFLICTS_INSTALL and mention libreoffice-legacy in BROKEN message
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index d0765556b13e..c4602be484dd 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -37,7 +37,8 @@ MASTER_SITES= http://ftp.osuosl.org/pub/tdf/libreoffice/src/ \ MAINTAINER= office@FreeBSD.org COMMENT= Full integrated office productivity suite -BROKEN= build is too fragile and break too often +CONFLICTS_INSTALL= libreoffice-legacy-[0-9]* +BROKEN= build is too fragile and break too often -- try libreoffice-legacy LO_COMPONENTS= artwork base calc components extensions \ extras filters help impress libs-core libs-extern \ |