diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-07 03:18:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-07 03:18:00 +0000 |
commit | 83e61fc9d8acd4a85b2166be6c65d41a6a616d06 (patch) | |
tree | 878c13d40f389f283ac56a293f0b41c01f3f91af /emulators | |
parent | 06199f2c30fb2eff0237d5c016cda125c9332b93 (diff) | |
download | ports-83e61fc9d8acd4a85b2166be6c65d41a6a616d06.tar.gz ports-83e61fc9d8acd4a85b2166be6c65d41a6a616d06.zip |
Notes
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="" |