diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-02-06 21:05:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-02-06 21:05:55 +0000 |
commit | db927faa608d91370a0bc28374dc9e0dbaf2cb9e (patch) | |
tree | 4fc47cda82d20a5509016a1ef2ab898eb460eb10 | |
parent | 941c8d17fd3f7d22a57af51a61de09df8b83f9f0 (diff) | |
download | ports-db927faa608d91370a0bc28374dc9e0dbaf2cb9e.tar.gz ports-db927faa608d91370a0bc28374dc9e0dbaf2cb9e.zip |
Notes
-rw-r--r-- | devel/openocd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile index 9d4c994e047c..74b4e38f7123 100644 --- a/devel/openocd/Makefile +++ b/devel/openocd/Makefile @@ -9,8 +9,11 @@ MASTER_SITES= SF MAINTAINER= skreuzer@FreeBSD.org COMMENT= Open On-Chip Debugger +BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-werror +CONFIGURE_ENV= MAKEINFO=${LOCALBASE}/bin/makeinfo OPTIONS_DEFINE= DOC JIMTCL VERBOSE JTAG_IO USB_IO PARPORT DUMMY FT2232 FTDI \ USBBLASTER EP93XX AT91RM9200 PRESTO USBPROG JLINK VSLLINK RLINK ULINK \ |