pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 Makefile update that got missed in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d50ed720032
branches:  trunk
changeset: 473622:2d50ed720032
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Apr 21 22:30:11 2004 +0000

description:
Makefile update that got missed in the recent 3.2.2/bl3 update.

diffstat:

 net/kdenetwork3/Makefile |  16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r de6466fb6659 -r 2d50ed720032 net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Wed Apr 21 21:48:19 2004 +0000
+++ b/net/kdenetwork3/Makefile  Wed Apr 21 22:30:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/04/21 17:34:41 tron Exp $
+# $NetBSD: Makefile,v 1.33 2004/04/21 22:30:11 markd Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
 CATEGORIES=    net
@@ -8,7 +8,7 @@
 
 .include "../../meta-pkgs/kde3/Makefile.kde3"
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_DIRS+=             xdg-1.1
 PTHREAD_OPTS+=         require
 
@@ -24,10 +24,12 @@
 CONFIGURE_ENV+=                ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
 .endif
 
-.include "../../converters/uulib/buildlink2.mk"
-.include "../../databases/gdbm/buildlink2.mk"
-.include "../../meta-pkgs/kde3/buildlink2.mk"
-.include "../../x11/kdebase3/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../converters/uulib/buildlink3.mk"
+.include "../../databases/gdbm/buildlink3.mk"
+.include "../../net/openslp/buildlink3.mk"
+.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index