summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd>2005-04-06 12:34:23 +0000
committermarkd <markd>2005-04-06 12:34:23 +0000
commit86bab984a363d7fa496f5c3ecd41a0570a0a708f (patch)
treed5eeeb1a8bc94533ccbeedd2a81f0615c74150a0 /x11
parent4fcf49d81781603eff4992819d821b163c866185 (diff)
downloadpkgsrc-86bab984a363d7fa496f5c3ecd41a0570a0a708f.tar.gz
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.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/Makefile7
1 files changed, 5 insertions, 2 deletions
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"