diff options
author | asami <asami@FreeBSD.org> | 1999-09-21 02:15:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-21 02:15:06 +0000 |
commit | 15d0d06f9718a2f87ce008ce590a6a4a05821708 (patch) | |
tree | 19b45144f396e4f336cbca3b67ad9a65cf38f63c /mail | |
parent | 38ef98247e9ec038d996a39f7c1f4af4c6e41e83 (diff) | |
download | FreeBSD-ports-15d0d06f9718a2f87ce008ce590a6a4a05821708.zip FreeBSD-ports-15d0d06f9718a2f87ce008ce590a6a4a05821708.tar.gz |
Add BUILD_DEPENDS to emacs, it's required for building.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index 408fd79..6f0abce 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= mailcrypt MAINTAINER= murray@cdrom.com -BROKEN= "requires emacs to build but has no dependency for it." +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs GNU_CONFIGURE= yes |