Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 05:39:13 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317460 - head/devel/libftdi
Message-ID:  <201305060539.r465dD6e034626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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