summaryrefslogtreecommitdiff
path: root/security/gpgme/Makefile
diff options
context:
space:
mode:
authorchris <chris@pkgsrc.org>2002-10-27 03:09:14 +0000
committerchris <chris@pkgsrc.org>2002-10-27 03:09:14 +0000
commit9f9ba84b7611d875192b3ba6fcc7fcfe31fda9de (patch)
tree523f0cc998bb3463e732fff3077a98a32a16e9d9 /security/gpgme/Makefile
parentba5dbf695088dfe99c35be85193d6ae40012e9bb (diff)
downloadpkgsrc-9f9ba84b7611d875192b3ba6fcc7fcfe31fda9de.tar.gz
Update gpgme to 0.3.12. Again mostly bug fixes. Now depends on gpg 1.2.0.
Don't seem to need patch-ba. Also fix .info file handling.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r--security/gpgme/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index dcbd4c02a83..b38f5cf9205 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2002/09/24 10:49:48 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/27 03:09:14 chris Exp $
-DISTNAME= gpgme-0.3.9
+DISTNAME= gpgme-0.3.12
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
@@ -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.2.0:../../security/gnupg
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
@@ -17,5 +17,8 @@ PTHREAD_OPTS+= require
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+INFOFILES= gpgme.info
+
.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"