summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authormarkd <markd>2005-04-06 12:34:23 +0000
committermarkd <markd>2005-04-06 12:34:23 +0000
commit36f5600956e456be96f4ae4064db3b349c85434b (patch)
treed5eeeb1a8bc94533ccbeedd2a81f0615c74150a0 /x11/kdebase3
parent4716f5cbe1aa19fc9d632411940a5a749318d433 (diff)
downloadpkgsrc-36f5600956e456be96f4ae4064db3b349c85434b.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/kdebase3')
-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"