MFH: r556008

devel/urjtag: Fix bug that libusb wasn't recognized

PR:		251232
Reported by:	Torfinn Ingolfsen <tingox+freebsd@gmail.com>

Approved by:	ports-secteam (riggs)
This commit is contained in:
Yuri Victorovich 2020-11-21 19:54:45 +00:00
parent 268a65f441
commit 5db528c5d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=556015

View File

@ -3,6 +3,7 @@
PORTNAME= urjtag
DISTVERSION= 2019.12
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
@ -37,10 +38,10 @@ NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
PYTHON_CONFIGURE_ENABLE= python
PYTHON_BROKEN= ld: error: unable to find library -l-Wl,-rpath
PYTHON_BROKEN= ld: error: unable to find library -l-Wl,-rpath # see https://sourceforge.net/p/urjtag/bugs/132/
USB_DESC= USB JTAG adapters support
USB_CONFIGURE_ON= --with-libusb=/usr
#USB_CONFIGURE_ON= --with-libusb=/usr # causes libusb to not be recognized: https://sourceforge.net/p/urjtag/bugs/133/
USB_CONFIGURE_OFF= --without-libusb
.include <bsd.port.mk>