svn commit: r391626 - head/games/warzone2100

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 9 09:44:53 UTC 2015


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 \


More information about the svn-ports-all mailing list