diff options
author | lofi <lofi@FreeBSD.org> | 2005-06-28 17:58:44 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-06-28 17:58:44 +0000 |
commit | 2c6f054c057b9ac59645188107ac3d45a7452b01 (patch) | |
tree | 87ff3909ec771009d5014a84df3e461bbe9299d3 /x11/kde4-runtime | |
parent | 6d6c6d8f8b0debb95fcbd72f4d07f1077aa054d0 (diff) | |
download | FreeBSD-ports-2c6f054c057b9ac59645188107ac3d45a7452b01.zip FreeBSD-ports-2c6f054c057b9ac59645188107ac3d45a7452b01.tar.gz |
Change dependency pattern for libusb to usb-0.1
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 46f5564..78d96c5 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} \ xmkmf:${X_IMAKE_PORT} LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 \ smbclient:${PORTSDIR}/net/samba-libsmbclient \ - usb:${PORTSDIR}/devel/libusb + usb-0.1:${PORTSDIR}/devel/libusb CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-3]* kdeutils-3.[0-2]* |