diff options
author | reed <reed@pkgsrc.org> | 2005-03-24 17:23:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-03-24 17:23:42 +0000 |
commit | 0b69fc27e289d5731e25e95b5792dd9b266a5653 (patch) | |
tree | 3db43cecbb426bf525f00c1a0b6bcbdba35357f4 | |
parent | 3e5045f7d785c8c54d423beaca4fdce69772621e (diff) | |
download | pkgsrc-0b69fc27e289d5731e25e95b5792dd9b266a5653.tar.gz |
Depend on bash>=2 instead of bash>=2.05.2.7.
Okayed by maintainer.
Sometime ago, I had noticed my bash was too old, but I found
it was good enough for this.
-rw-r--r-- | security/pinepgp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pinepgp/Makefile b/security/pinepgp/Makefile index 5034878a1bc..5a4099f0bc7 100644 --- a/security/pinepgp/Makefile +++ b/security/pinepgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/03 12:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/24 17:23:42 reed Exp $ # DISTNAME= pinepgp-0.18.0 @@ -11,7 +11,7 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.megaloman.com/~hany/software/pinepgp/stable.html COMMENT= PGP display and sending filters for pine -DEPENDS+= bash>=2.05.2.7:../../shells/bash2 +DEPENDS+= bash>=2:../../shells/bash2 USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes |