aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-04-07 11:18:00 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2011-04-07 11:18:00 +0800
commit83e61fc9d8acd4a85b2166be6c65d41a6a616d06 (patch)
tree878c13d40f389f283ac56a293f0b41c01f3f91af /emulators
parent06199f2c30fb2eff0237d5c016cda125c9332b93 (diff)
downloadfreebsd-ports-gnome-83e61fc9d8acd4a85b2166be6c65d41a6a616d06.tar.gz
freebsd-ports-gnome-83e61fc9d8acd4a85b2166be6c65d41a6a616d06.tar.zst
freebsd-ports-gnome-83e61fc9d8acd4a85b2166be6c65d41a6a616d06.zip
- drop OPTION WITH_LIBUSB
PR: 156144
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/Makefile4
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=""