Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 10:58:26 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        Steve Wills <swills@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r477358 - head/devel/liteide
Message-ID:  <20180817105826.GA66785@FreeBSD.org>
In-Reply-To: <20180817092401.ekyhnhpmp4rmnyk4@atuin.in.mat.cc>
References:  <201808161608.w7GG800r067541@repo.freebsd.org> <20180817092401.ekyhnhpmp4rmnyk4@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 17, 2018 at 11:24:01AM +0200, Mathieu Arnold wrote:
> On Thu, Aug 16, 2018 at 04:08:00PM +0000, Steve Wills wrote:
> > +BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
> > +RUN_DEPENDS=	${LOCALBASE}/bin/go:lang/go \
> > +		${LOCALBASE}/bin/gocode:devel/go-gocode
> 
> All these should have ${LOCALBASE}/bin/ removed.
> 
> >  FLAVORS=	qt5 qt4
> > -FLAVOR?=	${FLAVORS:[1]}
> 
> Setting of FLAVOR was correct, it prevents having use the :U construct
> aftewards.

Frankly I find :U nicer than monstrous ${FLAVORS:[1]} which also makes
the Makefile one line longer (unline :U).

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180817105826.GA66785>