pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgcrypt This package never uses the gettext...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b097471c3f2
branches:  trunk
changeset: 482077:4b097471c3f2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Oct 19 17:43:23 2004 +0000

description:
This package never uses the gettext library directly.  The dependency
on gettext-lib should be taken care of by libgpg-error.

diffstat:

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

diffs (17 lines):

diff -r 4aa6d496514e -r 4b097471c3f2 security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Tue Oct 19 17:40:37 2004 +0000
+++ b/security/libgcrypt/Makefile       Tue Oct 19 17:43:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/10/19 03:24:38 ben Exp $
+# $NetBSD: Makefile,v 1.23 2004/10/19 17:43:23 minskim Exp $
 
 DISTNAME=      libgcrypt-1.2.0
 PKGREVISION=   2
@@ -28,7 +28,6 @@
 CONFIGURE_ARGS+=       --disable-asm
 .endif
 
-.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../security/libgpg-error/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index