summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2004-10-24 08:58:01 +0000
committershannonjr <shannonjr>2004-10-24 08:58:01 +0000
commit3a00cfa42267b5623295277817981ac2c7e0d536 (patch)
tree6fc4e2a45db9a1e9c0eb051d634a509fd5e3915e
parentb4e282b40894fa6006e82ed60ab00b23eab5223d (diff)
downloadpkgsrc-3a00cfa42267b5623295277817981ac2c7e0d536.tar.gz
Set the minimum version of libgpg-error required correctly.
-rw-r--r--security/gnupg-devel/Makefile4
-rw-r--r--security/pinentry/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile
index e7117840a27..1eb24afed1f 100644
--- a/security/gnupg-devel/Makefile
+++ b/security/gnupg-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/10/23 14:46:16 shannonjr Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/24 09:03:17 shannonjr Exp $
#
DISTNAME= gnupg-1.9.11
@@ -67,7 +67,7 @@ post-install:
${CAT} -f ${PKGDIR}/PLIST.gpgsm >> ${PLIST_SRC}
.endif
-BUILDLINK_DEPENDS.libgpg-erro>= 1.0.0
+BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/libassuan/buildlink3.mk"
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 5c6ffd29ce0..1465e49d4d2 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/10/23 13:30:10 shannonjr Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/24 08:58:01 shannonjr Exp $
#
DISTNAME= pinentry-0.7.1
@@ -28,7 +28,7 @@ post-install:
${ECHO} "bin/pinentry-gtk" >>${PLIST_SRC}
.endif
-BUILDLINK_DEPENDS.libgpg-erro>= 1.0.0
+BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../security/libksba/buildlink3.mk"
.if !empty(PKG_OPTIONS:Mqt)