View | Details | Raw Unified | Return to bug 169271
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 45-51 Link Here
45
USB_DESC=	Support for USB-reader
45
USB_DESC=	Support for USB-reader
46
46
47
.if $(PORT_OPTIONS:MUSB)
47
.if $(PORT_OPTIONS:MUSB)
48
CONFIGURE_ENV+= LIBUSB_LIBS="-lusb"
48
CONFIGURE_ENV+=	LIBUSB_LIBS="-lusb"
49
CONFIGURE_ARGS+=--enable-libusb=/usr
49
CONFIGURE_ARGS+=--enable-libusb=/usr
50
.else
50
.else
51
CONFIGURE_ARGS+=--disable-libusb
51
CONFIGURE_ARGS+=--disable-libusb
(-)files/pkg-message.in (-1 lines)
Lines 4-10 Link Here
4
You can fetch drivers from http://www.linuxnet.com/sourcedrivers.html
4
You can fetch drivers from http://www.linuxnet.com/sourcedrivers.html
5
or install one of the following ports:
5
or install one of the following ports:
6
devel/libccid
6
devel/libccid
7
security/ifd-gempc410
8
security/ifd-slb_rf60
7
security/ifd-slb_rf60
9
8
10
For cardreaders connected to the serial port: After installing the driver,
9
For cardreaders connected to the serial port: After installing the driver,

Return to bug 169271