diff options
author | tron <tron@pkgsrc.org> | 2004-02-17 14:27:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-02-17 14:27:14 +0000 |
commit | cb13ce2803e562762e520f5189fb32e102fdc3f0 (patch) | |
tree | b9bebad5735a27791bf54e3a66356e337b407d66 /net | |
parent | 2c8d533a36309e5e867739198f9c8a88c759492d (diff) | |
download | pkgsrc-cb13ce2803e562762e520f5189fb32e102fdc3f0.tar.gz |
Fix build problem on NetBSD-current caused by incorrect buildlink3
conversion of this package.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 4 |
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} |