svn commit: r317460 - head/devel/libftdi

Matthias Andree mandree at FreeBSD.org
Mon May 6 05:39:14 UTC 2013


Author: mandree
Date: Mon May  6 05:39:13 2013
New Revision: 317460
URL: http://svnweb.freebsd.org/changeset/ports/317460

Log:
  Fix LIB_DEPENDS line for boost_system, to let libftdi build again.

Modified:
  head/devel/libftdi/Makefile

Modified: head/devel/libftdi/Makefile
==============================================================================
--- head/devel/libftdi/Makefile	Mon May  6 03:03:30 2013	(r317459)
+++ head/devel/libftdi/Makefile	Mon May  6 05:39:13 2013	(r317460)
@@ -27,7 +27,7 @@ PORTDOCS=		COPYING.LIB ChangeLog README
 PLIST_SUB+=		BOOST=""
 CONFIGURE_ARGS+=	--with-boost
 CXXFLAGS+=		"-I${LOCALBASE}/include"
-LIB_DEPENDS+=		boost_system.4:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+=		boost_system:${PORTSDIR}/devel/boost-libs
 .else
 PLIST_SUB+=		BOOST="@comment "
 CONFIGURE_ARGS+=	--without-boost


More information about the svn-ports-all mailing list