aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-04-07 11:18:00 +0800
committerdinoex <dinoex@FreeBSD.org>2011-04-07 11:18:00 +0800
commitc55cfb066d6ffdb5509ecf2a35b3ff126a33d691 (patch)
tree35ce3d256c407eb5108b81199a55727d4213deb5 /emulators
parent1de8fd0855bacb1f22f6abd24a727b52be22b0a5 (diff)
downloadfreebsd-ports-gnome-c55cfb066d6ffdb5509ecf2a35b3ff126a33d691.tar.gz
freebsd-ports-gnome-c55cfb066d6ffdb5509ecf2a35b3ff126a33d691.tar.zst
freebsd-ports-gnome-c55cfb066d6ffdb5509ecf2a35b3ff126a33d691.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=""