Subject: Re: Proftpd + MYSQL support
To: None <tech-pkg@NetBSD.org>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 11/23/2005 12:02:49
On Wed, Nov 23, 2005 at 11:46:17AM +0100, Lubomir Sedlacik wrote:
> On Wed, Nov 23, 2005 at 10:25:17AM +0100, Geert Hendrickx wrote:
> > +CONFIGURE_ARGS+=	--with-modules=${MODULES:ts:}
> 
> the "ts" modifier cannot be used since it's not supported by the make(1)
> shipped with netbsd-1-6.

Heh, then how should we fix this?  The package currently uses
MODULES:=${MODULES}:foo but this way MODULES starts with a colon which
confuses the configure script...  

	Geert