diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-21 09:57:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-21 09:57:14 +0000 |
commit | ab17fd92e1ae7e469b2f3b6e22504b44ca43c8b9 (patch) | |
tree | 1eb3b964c900b20633076c130a6d21add531bdf2 /security/libgcrypt/Makefile | |
parent | 246972069f19e839800946796947d90546b1ed90 (diff) | |
download | pkgsrc-ab17fd92e1ae7e469b2f3b6e22504b44ca43c8b9.tar.gz |
This needs libiconv's buildlink, reported by David Griffith PR pkg/23811.
Bump PKGREVISION.
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r-- | security/libgcrypt/Makefile | 6 |
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" |