diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-23 19:52:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-23 19:52:29 +0000 |
commit | 1794eb24dcba11c7751386ccbea5b59792fd96af (patch) | |
tree | 29e47c887d3f77ad38bf0989fe26f4a71c667ac5 /mail/mailcrypt | |
parent | 11e05c21148cc5f7f609a48cc9ffa5e4ce872b19 (diff) | |
download | pkgsrc-1794eb24dcba11c7751386ccbea5b59792fd96af.tar.gz |
BUILD_DEPENDS has the same syntax as DEPENDS. Fix one instance of old syntax.
Diffstat (limited to 'mail/mailcrypt')
-rw-r--r-- | mail/mailcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index c2a3608f4c4..5b62237560d 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/22 20:34:41 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/23 19:52:29 wiz Exp $ # FreeBSD Id: ports/mail/mailcrypt/Makefile,v 1.7 2000/05/14 05:21:52 billf Exp DISTNAME= mailcrypt-3.5.6 @@ -9,7 +9,7 @@ MAINTAINER= sommerfeld@netbsd.org HOMEPAGE= http://mailcrypt.sourceforge.net/ COMMENT= Emacs frontend for PGP and GPG -BUILD_DEPENDS= emacs:../../editors/emacs +BUILD_DEPENDS= emacs>=19.34:../../editors/emacs GNU_CONFIGURE= yes |