summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-10-08 19:16:17 +0000
committerdholland <dholland@pkgsrc.org>2012-10-08 19:16:17 +0000
commit82883222cd67d82ff50429dcc893d12b0d2d2f69 (patch)
treea75d324a6cbedff861f6e5923d1604b4b3e281a5
parentdc97d04dc0ea3f94c23f44c57b8071d633ed624b (diff)
downloadpkgsrc-82883222cd67d82ff50429dcc893d12b0d2d2f69.tar.gz
Revert part of previous: leave this marked NOT_FOR_PLATFORM for Dragonfly
by request of John Marino. But leave the patches in place as they are harmless. Affects PR 47042.
-rw-r--r--devel/libusb1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libusb1/Makefile b/devel/libusb1/Makefile
index d78982a40b5..4d5a293b94d 100644
--- a/devel/libusb1/Makefile
+++ b/devel/libusb1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/08 16:54:07 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2012/10/08 19:16:17 dholland Exp $
#
DISTNAME= libusb-1.0.9
@@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
-NOT_FOR_PLATFORM= SunOS-*-*
+NOT_FOR_PLATFORM= DragonFly-*-* SunOS-*-*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes