diff options
author | mandree <mandree@FreeBSD.org> | 2013-05-06 13:39:13 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-05-06 13:39:13 +0800 |
commit | ba797f0fb63227f35099cd514de8af2908767359 (patch) | |
tree | 391ec6c70bfbbe3a73d98782be96b9c732e2817e | |
parent | f0ffab0709f65b13956aab7b6319031ab3b9b720 (diff) | |
download | freebsd-ports-gnome-ba797f0fb63227f35099cd514de8af2908767359.tar.gz freebsd-ports-gnome-ba797f0fb63227f35099cd514de8af2908767359.tar.zst freebsd-ports-gnome-ba797f0fb63227f35099cd514de8af2908767359.zip |
Fix LIB_DEPENDS line for boost_system, to let libftdi build again.
-rw-r--r-- | devel/libftdi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index c5bbe7bd3e70..688bdcc7501d 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -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 |