summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-17 15:58:43 +0000
committerjlam <jlam>2004-02-17 15:58:43 +0000
commit81eaf058533e8d43eca9d8bcbaccfb060623e9e8 (patch)
treefcbcb97790c8adc7bee4065ed182c4e7bfe6770d /net/samba
parenta1931c7720c71d1e544e8aeeb8cd3c407cb77acf (diff)
downloadpkgsrc-81eaf058533e8d43eca9d8bcbaccfb060623e9e8.tar.gz
Use USE_GNU_READLINE in much the same way that USE_NCURSES is used.
Diffstat (limited to 'net/samba')
-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}