summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-17 15:58:43 +0000
committerjlam <jlam@pkgsrc.org>2004-02-17 15:58:43 +0000
commitd4eed497507eb46dd4fa041ccaa33ec4b819d335 (patch)
treefcbcb97790c8adc7bee4065ed182c4e7bfe6770d /net
parent6b1c1ab605e553514e26963c948915c9b3b33bfa (diff)
downloadpkgsrc-d4eed497507eb46dd4fa041ccaa33ec4b819d335.tar.gz
Use USE_GNU_READLINE in much the same way that USE_NCURSES is used.
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 6148f700ac2..ebc3698d5d2 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --with-winbind
.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}