diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:09:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:09:10 +0000 |
commit | 8d29c3c03e8287457dd21727d13bb786235fb1e9 (patch) | |
tree | 5e1efc3e3d24424873d1305c9d44afdae15c45bf /devel/openocd/Makefile | |
parent | d8e365fd1ba854ccd1c98f67e25219fc9076754f (diff) | |
download | ports-8d29c3c03e8287457dd21727d13bb786235fb1e9.tar.gz ports-8d29c3c03e8287457dd21727d13bb786235fb1e9.zip |
Notes
Diffstat (limited to 'devel/openocd/Makefile')
-rw-r--r-- | devel/openocd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile index b6cc3f2d1908..67bb1fcfd797 100644 --- a/devel/openocd/Makefile +++ b/devel/openocd/Makefile @@ -271,7 +271,7 @@ CONFIGURE_ARGS+= --disable-minidriver-dummy .endif .if defined(WITH_LIBFTDI) -LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi +LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi .endif .if ${PORT_OPTIONS:MDOXYGEN} |