summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-04-21 22:30:11 +0000
committermarkd <markd@pkgsrc.org>2004-04-21 22:30:11 +0000
commit37c433b55b9414152efe1ca54b25de2750a8ab29 (patch)
tree91e61d3a927081d94110f29718ed5b941638055d /net/kdenetwork3
parentc1e2b5f13d77dc8ae11dde2b4ed29cb5c906502e (diff)
downloadpkgsrc-37c433b55b9414152efe1ca54b25de2750a8ab29.tar.gz
Makefile update that got missed in the recent 3.2.2/bl3 update.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 90ebbccd05d..aa302a647f9 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -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 @@ CONFLICTS= kopete-[0-9]*
.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_sys_file_offset_bits=no
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"