mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
- Fix inverted logic for USB option
PR: ports/177621 Submitted by: Eric Krausser <eric@krausser-edv.de> Approved by: portmgr (bapt), culot (mentor)
This commit is contained in:
parent
3f4be323f9
commit
255bbc25a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315759
@ -53,7 +53,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
.include "Makefile.man"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MUSB}
|
||||
.if empty(PORT_OPTIONS:MUSB)
|
||||
CONFIGURE_ARGS+= --disable-libusb
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user