diff options
author | mezz <mezz@FreeBSD.org> | 2009-08-10 04:39:34 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-08-10 04:39:34 +0800 |
commit | c14cf4b86a3f0f8c629ab97fb5ab2d9b9f609915 (patch) | |
tree | 660a7db347572a3958a6e9cc5cc25dc687c491fe /textproc | |
parent | bfd326730d9be3bb5162d69dee8225d0fbabd282 (diff) | |
download | freebsd-ports-gnome-c14cf4b86a3f0f8c629ab97fb5ab2d9b9f609915.tar.gz freebsd-ports-gnome-c14cf4b86a3f0f8c629ab97fb5ab2d9b9f609915.tar.zst freebsd-ports-gnome-c14cf4b86a3f0f8c629ab97fb5ab2d9b9f609915.zip |
Mark it as BROKEN. It is not safe because it removes a few files in
/usr/local/*. It doesn't build with libtool 2.2, because this port remove
libtool 2.2's m4 files for some odd reason.
Reported by: erwin (i386 8-exp)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iiimf-gtk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/iiimf-gtk/Makefile b/textproc/iiimf-gtk/Makefile index 6c308523791f..23d7576af0e7 100644 --- a/textproc/iiimf-gtk/Makefile +++ b/textproc/iiimf-gtk/Makefile @@ -19,6 +19,8 @@ COMMENT= Internet/Intranet Input Method Server Framework LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib \ iiimcf.3:${PORTSDIR}/textproc/iiimf-client-lib +BROKEN= It removes a few files in /usr/local/* during the configure. Therefore, it is not safe + ONLY_FOR_ARCHS= i386 USE_BZIP2= yes |