summaryrefslogtreecommitdiff
path: root/security/libgcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r--security/libgcrypt/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index b578ae1337b..c6a3df13e06 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/11/02 19:57:51 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2003/12/06 00:26:59 xtraeme Exp $
#
-DISTNAME= libgcrypt-1.1.12
-PKGREVISION= 1
+DISTNAME= libgcrypt-1.1.90
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/ \
http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/
@@ -30,4 +29,11 @@ CONFIGURE_ARGS+= --disable-asm
LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool
.endif
+.if exists(/usr/include/pthread.h)
+CONFIGURE_ARGS+= --without-pth
+.endif
+
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../security/libgpg-error/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"