summaryrefslogtreecommitdiff
path: root/security/gpgme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r--security/gpgme/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 9fe5cbaa280..482dfa8c5fc 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2002/08/25 19:23:15 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/08/26 13:34:16 mjl Exp $
-DISTNAME= gpgme-0.3.0
+DISTNAME= gpgme-0.3.9
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
@@ -8,8 +8,12 @@ MAINTAINER= oishi@ims.ac.jp
HOMEPAGE= http://www.gnupg.org/gpgme.html
COMMENT= GnuPG Made Easy
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
DEPENDS+= gnupg>=1.0.6:../../security/gnupg
GNU_CONFIGURE= yes
+.include "../../devel/pth/buildlink.mk"
.include "../../mk/bsd.pkg.mk"