diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index f19b5d12dc48..1c53aa55ac74 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -86,13 +86,9 @@ INFO= vice .include <bsd.port.pre.mk> -.if defined(WITH_LIBUSB) .if ${OSVERSION}<800063 LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb .endif -.else -CONFIGURE_ARGS+= --disable-libusb -.endif .if exists(${LOCALBASE}/bin/fc-cache) PLIST_SUB+= FCCACHE="" |