diff options
author | markd <markd> | 2004-04-21 22:30:11 +0000 |
---|---|---|
committer | markd <markd> | 2004-04-21 22:30:11 +0000 |
commit | 0b2feaae2c07e4bfe1aee5a330496a8dfaba0eac (patch) | |
tree | 91e61d3a927081d94110f29718ed5b941638055d /net/kdenetwork3/Makefile | |
parent | c4b239414b19da4dcf6362981890454cd8bfa51c (diff) | |
download | pkgsrc-0b2feaae2c07e4bfe1aee5a330496a8dfaba0eac.tar.gz |
Makefile update that got missed in the recent 3.2.2/bl3 update.
Diffstat (limited to 'net/kdenetwork3/Makefile')
-rw-r--r-- | net/kdenetwork3/Makefile | 16 |
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" |