svn commit: r317193 - head/devel/openocd
Bryan Drewery
bdrewery at FreeBSD.org
Fri May 3 11:04:38 UTC 2013
Author: bdrewery
Date: Fri May 3 11:04:37 2013
New Revision: 317193
URL: http://svnweb.freebsd.org/changeset/ports/317193
Log:
- Fix build. LIBFTDI is not an option.
Modified:
head/devel/openocd/Makefile
Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile Fri May 3 10:48:58 2013 (r317192)
+++ head/devel/openocd/Makefile Fri May 3 11:04:37 2013 (r317193)
@@ -264,7 +264,7 @@ CONFIGURE_ARGS+= --enable-minidriver-dum
CONFIGURE_ARGS+= --disable-minidriver-dummy
.endif
-.if ${PORT_OPTIONS:MLIBFTDI}
+.if defined(WITH_LIBFTDI)
LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi
.endif
More information about the svn-ports-all
mailing list