summaryrefslogtreecommitdiff
path: root/security/libassuan
diff options
context:
space:
mode:
authorminskim <minskim>2004-10-23 20:58:21 +0000
committerminskim <minskim>2004-10-23 20:58:21 +0000
commitdf053f642eb4408098a52a9607d62669a5a446da (patch)
treebf218e4e09d741ec28d236fb694ca7e4dedc7f3d /security/libassuan
parent1f909ba083b787b443fb3ab1e7c6a344bc147ebc (diff)
downloadpkgsrc-df053f642eb4408098a52a9607d62669a5a446da.tar.gz
Set the minimum version of libgpg-error required correctly.
Diffstat (limited to 'security/libassuan')
-rw-r--r--security/libassuan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile
index 533c38bffb3..6a756916ebb 100644
--- a/security/libassuan/Makefile
+++ b/security/libassuan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/10/23 13:27:36 shannonjr Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/23 20:58:21 minskim Exp $
#
DISTNAME= libassuan-0.6.7
@@ -15,6 +15,6 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
-BUILDLINK_DEPENDS.libgpg-erro>= 1.0.0
+BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"