summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authortron <tron>2004-02-17 14:27:14 +0000
committertron <tron>2004-02-17 14:27:14 +0000
commit7a3abe75d268e954a1a813e57484e4a5f3ae8dec (patch)
treeb9bebad5735a27791bf54e3a66356e337b407d66 /net/samba
parent710f18af0fe565a7c6d8d79272f826cd1f1eae8f (diff)
downloadpkgsrc-7a3abe75d268e954a1a813e57484e4a5f3ae8dec.tar.gz
Fix build problem on NetBSD-current caused by incorrect buildlink3
conversion of this package.
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 c7e6260e395..6148f700ac2 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2004/02/17 11:51:54 jlam Exp $
+# $NetBSD: Makefile,v 1.117 2004/02/17 14:27:14 tron 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}
-BUILDLINK_USE_BUILTIN.readline= no
+PREFER_PKGSRC+= readline
.include "../../devel/readline/buildlink3.mk"
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}