diff options
author | wiz <wiz> | 2001-07-23 19:52:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-23 19:52:29 +0000 |
commit | 359ac0cf22ddbbcf0bb7eae969bcc9fca37ac5f7 (patch) | |
tree | 29e47c887d3f77ad38bf0989fe26f4a71c667ac5 /mail/mailcrypt | |
parent | 4bea094f456c79c1bd086019e450c3069056fe1d (diff) | |
download | pkgsrc-359ac0cf22ddbbcf0bb7eae969bcc9fca37ac5f7.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 |