diff options
author | minskim <minskim> | 2004-10-23 20:58:21 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-10-23 20:58:21 +0000 |
commit | df053f642eb4408098a52a9607d62669a5a446da (patch) | |
tree | bf218e4e09d741ec28d236fb694ca7e4dedc7f3d /security/libassuan | |
parent | 1f909ba083b787b443fb3ab1e7c6a344bc147ebc (diff) | |
download | pkgsrc-df053f642eb4408098a52a9607d62669a5a446da.tar.gz |
Set the minimum version of libgpg-error required correctly.
Diffstat (limited to 'security/libassuan')
-rw-r--r-- | security/libassuan/Makefile | 4 |
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" |