svn commit: r520687 - head/www/netrik

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 23 08:45:13 UTC 2019


On Mon, Dec 23, 2019 at 09:43:34AM +0100, Mathieu Arnold wrote:
> On Mon, Dec 23, 2019 at 08:38:21AM +0000, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Mon Dec 23 08:38:20 2019
> > New Revision: 520687
> > URL: https://svnweb.freebsd.org/changeset/ports/520687
> > 
> > Log:
> >   The configure scripts to hardcode the lookup of ncurses by searching
> >   ncursesw.
> >   
> >   Replace it by NCURSES_IMPL to be futur proof
> > 
> > Modified:
> >   head/www/netrik/Makefile
> > 
> > Modified: head/www/netrik/Makefile
> > ==============================================================================
> > --- head/www/netrik/Makefile	Mon Dec 23 08:37:13 2019	(r520686)
> > +++ head/www/netrik/Makefile	Mon Dec 23 08:38:20 2019	(r520687)
> > @@ -22,8 +22,11 @@ PORTDOCS=	*
> >  
> >  OPTIONS_DEFINE=	DOCS
> >  
> > +.include <bsd.port.options.mk>
> > +
> 
> Why the include?
> 
Because I am stupid, I intended to fix another way first, then found this
trivial way and forgot to remove the include.

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20191223/541ac59c/attachment.sig>


More information about the svn-ports-all mailing list