diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-11 20:10:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-11 20:10:53 +0000 |
commit | 7925203d5fd4834c3051deac00973d1fba12afbb (patch) | |
tree | afc6e9a25b740b31008bd210008bc07e54339022 /security/gpgme/Makefile | |
parent | 96516d68fd5397bfd2a983a68f947358a72b8353 (diff) | |
download | pkgsrc-7925203d5fd4834c3051deac00973d1fba12afbb.tar.gz |
Wildcard gnupg dependency.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 40acce475e8..4e6bc068bd7 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/17 13:33:40 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2002/05/11 20:10:53 wiz Exp $ DISTNAME= gpgme-0.3.0 CATEGORIES= security @@ -8,7 +8,7 @@ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://www.gnupg.org/gpgme.html COMMENT= GnuPG Made Easy -DEPENDS+= gnupg-1.0.6:../../security/gnupg +DEPENDS+= gnupg>=1.0.6:../../security/gnupg GNU_CONFIGURE= yes |