diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-05-06 05:39:13 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-05-06 05:39:13 +0000 |
commit | 19a2f3b5128764c056ebd9f2297c953afd194657 (patch) | |
tree | 391ec6c70bfbbe3a73d98782be96b9c732e2817e /devel/libftdi | |
parent | 83edc997af74b02aac95a8f3fb05a140a41dd96a (diff) | |
download | ports-19a2f3b5128764c056ebd9f2297c953afd194657.tar.gz ports-19a2f3b5128764c056ebd9f2297c953afd194657.zip |
Notes
Diffstat (limited to 'devel/libftdi')
-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 |