diff options
author | wiz <wiz> | 2002-05-11 20:10:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-05-11 20:10:53 +0000 |
commit | 98055505dfe074638fa563f472e785fd66509044 (patch) | |
tree | afc6e9a25b740b31008bd210008bc07e54339022 /security | |
parent | 705a5f70f1f6461f8335502d259612bd298de724 (diff) | |
download | pkgsrc-98055505dfe074638fa563f472e785fd66509044.tar.gz |
Wildcard gnupg dependency.
Diffstat (limited to 'security')
-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 |