diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-13 03:24:09 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-13 03:24:09 +0800 |
commit | 9c4814f06c04931e1125a0b3f8b134cad0454321 (patch) | |
tree | 1eed7356d2420820c0bd0b6e5710593755895e0e /mail/mmr | |
parent | f1c0432146c5a1c837e80dc51ece54e3013324c7 (diff) | |
download | freebsd-ports-gnome-9c4814f06c04931e1125a0b3f8b134cad0454321.tar.gz freebsd-ports-gnome-9c4814f06c04931e1125a0b3f8b134cad0454321.tar.zst freebsd-ports-gnome-9c4814f06c04931e1125a0b3f8b134cad0454321.zip |
Mark BROKEN for ELF:
g++ -o mmr main.o rcfile.o listing.o handlemail.o commands.o terminal.o mailmsg.o mime.o mimetype.o base64.o filemap.o iobottle.o my_regex.o outgoing.o md5/libmd5.a -lncurses -lcompat
cc: md5/libmd5.a: No such file or directory
*** Error code 1
Diffstat (limited to 'mail/mmr')
-rw-r--r-- | mail/mmr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index 126fe8e886d9..e9ef6bae25f2 100644 --- a/mail/mmr/Makefile +++ b/mail/mmr/Makefile @@ -3,7 +3,7 @@ # Date created: 23 October 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1997/11/01 14:15:12 jseger Exp $ +# $Id: Makefile,v 1.2 1997/11/04 04:45:01 asami Exp $ # DISTNAME= mmr-1.5.1 @@ -15,6 +15,8 @@ MAINTAINER= andy@icc.surw.chel.su ALL_TARGET= mmr +BROKEN_ELF= md5/libmd5.a + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/mmr ${PREFIX}/bin |