aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2013-05-06 13:39:13 +0800
committermandree <mandree@FreeBSD.org>2013-05-06 13:39:13 +0800
commitba797f0fb63227f35099cd514de8af2908767359 (patch)
tree391ec6c70bfbbe3a73d98782be96b9c732e2817e
parentf0ffab0709f65b13956aab7b6319031ab3b9b720 (diff)
downloadfreebsd-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/Makefile2
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