pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c0cd92545a6
branches:  trunk
changeset: 523669:6c0cd92545a6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 11 09:23:45 2007 +0000

description:
Modular Xorg support.

diffstat:

 x11/kdebase3/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9c6715f34ae3 -r 6c0cd92545a6 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Thu Jan 11 09:22:50 2007 +0000
+++ b/x11/kdebase3/Makefile     Thu Jan 11 09:23:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2006/12/15 20:33:04 joerg Exp $
+# $NetBSD: Makefile,v 1.121 2007/01/11 09:23:45 joerg Exp $
 
 DISTNAME=      kdebase-${_KDE_VERSION}
 CATEGORIES=    x11
@@ -16,7 +16,7 @@
 
 UNLIMIT_RESOURCES=     datasize
 USE_DIRS+=             xdg-1.2
-USE_TOOLS+=            pkg-config mkfontdir
+USE_TOOLS+=            pkg-config mkfontdir bdftopcf
 
 FONTS_DIRS.x11+=       ${PREFIX}/share/kde/apps/konsole/fonts
 REQD_DIRS+=            ${PREFIX}/share/kde/apps/konsole
@@ -209,5 +209,7 @@
 .include "../../x11/kdelibs3/buildlink3.mk"
 .include "../../x11/libXcursor/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libxkbfile/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index