summaryrefslogtreecommitdiff
path: root/security/libgcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r--security/libgcrypt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index c6a3df13e06..354108aa7c1 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2003/12/06 00:26:59 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/21 09:57:14 xtraeme Exp $
#
DISTNAME= libgcrypt-1.1.90
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/ \
http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/
@@ -33,7 +34,8 @@ LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --without-pth
.endif
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../security/libgpg-error/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"