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 | 17dd2abac8a58fe4e0328030dab0c3e2d1de0385 (patch) | |
tree | b9bebad5735a27791bf54e3a66356e337b407d66 /net/samba | |
parent | cc57e7c99b39780a9713d3c46d3e48bc4536b2d8 (diff) | |
download | pkgsrc-17dd2abac8a58fe4e0328030dab0c3e2d1de0385.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/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} |