Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2015 11:47:07 +0200
From:      John Marino <freebsd.contact@marino.st>
To:        Dmitry Marakasov <amdmi3@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r391626 - head/games/warzone2100
Message-ID:  <559E431B.6030708@marino.st>
In-Reply-To: <201507090944.t699iqBR039850@repo.freebsd.org>
References:  <201507090944.t699iqBR039850@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/9/2015 11:44 AM, Dmitry Marakasov wrote:
> Author: amdmi3
> Date: Thu Jul  9 09:44:51 2015
> New Revision: 391626
> URL: https://svnweb.freebsd.org/changeset/ports/391626
> 
> Log:
>   - Remove unncecessary full path to binary from *_DEPENDS
> 
> Modified:
>   head/games/warzone2100/Makefile
> 
> Modified: head/games/warzone2100/Makefile
> ==============================================================================
> --- head/games/warzone2100/Makefile	Thu Jul  9 09:44:33 2015	(r391625)
> +++ head/games/warzone2100/Makefile	Thu Jul  9 09:44:51 2015	(r391626)
> @@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
>  
>  BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
>  		unzip:${PORTSDIR}/archivers/unzip \
> -		${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
> +		flex:${PORTSDIR}/textproc/flex
>  LIB_DEPENDS=	libphysfs.so:${PORTSDIR}/devel/physfs \
>  		libpng.so:${PORTSDIR}/graphics/png \
>  		libvorbis.so:${PORTSDIR}/audio/libvorbis \
> 

This could be a mistake.
This changes depends from /usr/local/bin/flex to /usr/bin/flex.
Are you sure that's what you want to do?

John







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