pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gawk This package requires ngettext(), which is p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ec887461f51
branches:  trunk
changeset: 481873:1ec887461f51
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Oct 14 03:20:20 2004 +0000

description:
This package requires ngettext(), which is provided by
gettext-lib>=0.10.36.  Set BUILDLINK_DEPENDS.gettext accordingly.

diffstat:

 lang/gawk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d0817f4a59e4 -r 1ec887461f51 lang/gawk/Makefile
--- a/lang/gawk/Makefile        Thu Oct 14 03:16:35 2004 +0000
+++ b/lang/gawk/Makefile        Thu Oct 14 03:20:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/10/03 00:15:00 tv Exp $
+# $NetBSD: Makefile,v 1.25 2004/10/14 03:20:20 minskim Exp $
 #
 
 DISTNAME=      gawk-3.1.4
@@ -38,5 +38,7 @@
 CONFIGURE_ARGS+=       --enable-portals
 .endif
 
+BUILDLINK_DEPENDS.gettext+=    gettext-lib>=0.10.36
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index