pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg2 Added a gettext-lib API version depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d01f13ba8624
branches:  trunk
changeset: 521745:d01f13ba8624
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sun Nov 19 19:03:56 2006 +0000

description:
Added a gettext-lib API version dependancy to deal with reported build
problem under NetBSD 3.0.

diffstat:

 security/gnupg2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 547b006f2133 -r d01f13ba8624 security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Sun Nov 19 15:56:10 2006 +0000
+++ b/security/gnupg2/Makefile  Sun Nov 19 19:03:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/11/19 11:50:25 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/11/19 19:03:56 shannonjr Exp $
 #
 
 DISTNAME=              gnupg-2.0.0
@@ -67,6 +67,7 @@
        ${SETENV} ${PKGSRC_MAKE_ENV} ${MAKE} install
        cd  ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh
 
+BUILDLINK_API_DEPENDS.gettext+=                gettext-lib>=0.14.1
 BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.4
 BUILDLINK_API_DEPENDS.libksba+=                libksba>=1.0.0
 



Home | Main Index | Thread Index | Old Index