diff options
author | billf <billf@FreeBSD.org> | 1999-03-02 21:12:37 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-02 21:12:37 +0000 |
commit | 5d87c2b3c0ec6f6f2de2b425bb638896bdbeb0d6 (patch) | |
tree | dc4daa70602dd2bfc6f442ca50b79353961056e2 /mail/mailcrypt | |
parent | 90e161529c66f1e814e33dab7f3787d05079e625 (diff) | |
download | FreeBSD-ports-5d87c2b3c0ec6f6f2de2b425bb638896bdbeb0d6.zip FreeBSD-ports-5d87c2b3c0ec6f6f2de2b425bb638896bdbeb0d6.tar.gz |
BROKEN= "requires emacs to build but has no dependency for it."
Found By: Satoshi's errorlogs.
Diffstat (limited to 'mail/mailcrypt')
-rw-r--r-- | mail/mailcrypt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index 29b4f35..dbdbbf8 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -3,7 +3,7 @@ # Date created: 29 May 1998 # Whom: Murray Stokely <murray@cdrom.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/04 19:46:38 steve Exp $ # DISTNAME= mailcrypt-3.4 @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= mailcrypt MAINTAINER= murray@cdrom.com +BROKEN= "requires emacs to build but has no dependency for it." + GNU_CONFIGURE= yes .include <bsd.port.mk> |