summaryrefslogtreecommitdiff
path: root/devel/libusb
diff options
context:
space:
mode:
authorwiz <wiz>2012-05-30 15:48:21 +0000
committerwiz <wiz>2012-05-30 15:48:21 +0000
commit6c470323a6cf41ac1ca93e30a1e28db96461f17b (patch)
treed9d2f2de5bfc546ac4b0b8434295e7ad2ba57b45 /devel/libusb
parente2151f1a1957f2e4a0088163063b7e77e5564df6 (diff)
downloadpkgsrc-6c470323a6cf41ac1ca93e30a1e28db96461f17b.tar.gz
Note conflict with libusb-compat.
Diffstat (limited to 'devel/libusb')
-rw-r--r--devel/libusb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index eebd2c0492a..ae5acc90310 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2012/05/30 14:13:14 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2012/05/30 15:48:21 wiz Exp $
DISTNAME= libusb-0.1.12
PKGREVISION= 3
@@ -24,4 +24,6 @@ ONLY_FOR_PLATFORM+= OpenBSD-*-* DragonFly-*-*
TEST_TARGET= check
+CONFLICTS= libusb-compat-[0-9]*
+
.include "../../mk/bsd.pkg.mk"