pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba Use USE_GNU_READLINE in much the same way th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f314891e242
branches:  trunk
changeset: 468885:0f314891e242
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 17 15:58:43 2004 +0000

description:
Use USE_GNU_READLINE in much the same way that USE_NCURSES is used.

diffstat:

 net/samba/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5638d8bee37 -r 0f314891e242 net/samba/Makefile
--- a/net/samba/Makefile        Tue Feb 17 15:57:55 2004 +0000
+++ b/net/samba/Makefile        Tue Feb 17 15:58:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2004/02/17 14:27:14 tron Exp $
+# $NetBSD: Makefile,v 1.118 2004/02/17 15:58:43 jlam Exp $
 
 DISTNAME=              samba-3.0.2a
 CATEGORIES=            net
@@ -61,7 +61,7 @@
 .include "../../converters/libiconv/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-libiconv=${BUILDLINK_PREFIX.iconv}
 
-PREFER_PKGSRC+=                readline
+USE_GNU_READLINE=      yes
 .include "../../devel/readline/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}
 



Home | Main Index | Thread Index | Old Index