From 36f5600956e456be96f4ae4064db3b349c85434b Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 6 Apr 2005 12:34:23 +0000 Subject: Add dependency on libusb (on platforms that it supports) as configure will find libusb-config if installed and try to use it, breaking the mouse settings control center panel, so let it use it. Bump PKGREVISION. --- x11/kdebase3/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11/kdebase3') diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 12fbfb75262..7d7c8703ae5 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2005/03/30 12:17:51 markd Exp $ +# $NetBSD: Makefile,v 1.74 2005/04/06 12:34:23 markd Exp $ DISTNAME= kdebase-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= Base modules for the KDE 3 integrated X11 desktop @@ -147,6 +147,9 @@ CONFIGURE_ENV+= kde_cv_path_fontconfig_config='NONE' .include "../../meta-pkgs/kde3/kde3.mk" .include "../../databases/openldap/buildlink3.mk" +.if ${OPSYS} != "SunOS" +.include "../../devel/libusb/buildlink3.mk" +.endif .include "../../devel/pkgconfig/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" -- cgit v1.2.3