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

(-)Makefile (-1 / +1 lines)
Lines 42-48 Link Here
42
42
43
.include <bsd.port.pre.mk>
43
.include <bsd.port.pre.mk>
44
44
45
.if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so)
45
.if defined(WITH_LIBICONV)
46
USE_ICONV=	yes
46
USE_ICONV=	yes
47
.endif
47
.endif
48
.if defined(WITH_LIBUSB)
48
.if defined(WITH_LIBUSB)

Return to bug 101311