diff options
author | markd <markd> | 2004-04-20 14:08:39 +0000 |
---|---|---|
committer | markd <markd> | 2004-04-20 14:08:39 +0000 |
commit | 00dac5a477fa2d70be27e52321e8dbedcdb52080 (patch) | |
tree | bd8d79c8a2714ef0b4b0ee20d3b3cb8268387d00 /devel/kdesdk3/Makefile | |
parent | 3d76372c34de113a08a485e7698b5db64b3edbed (diff) | |
download | pkgsrc-00dac5a477fa2d70be27e52321e8dbedcdb52080.tar.gz |
bl3ify and update to kde3.2.2.
Changes:
* cervisia: Partly fix Don't execute shell scripts when the user used the
edit file action
* cervisia: Fix Look harder whether a directory really is under CVS control
* configure: Fix Extraneous message in admin/Makefile.common using --prefix
* Umbrello: aggregation/composition & inheritance hierachy sometimes
* Umbrello: Unable to change the specification of an operation
* Umbrello: "New operation" works the wrong way around in collaboration
diagrams
* Umbrello: SQL code generator generates "circular reference" foreign keys
* Umbrello: Drag-n-drop uses associations incorrectly
* Umbrello: code generation omits many operations
* Umbrello: compilation for Tru64 fixed
* Umbrello: fix loading of XMI files
* Umbrello: fix backspace handling in documentation window
* Umbrello: support for package nesting on CPP import
Diffstat (limited to 'devel/kdesdk3/Makefile')
-rw-r--r-- | devel/kdesdk3/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index 0a5b7aa58ba..71bc5e7a4ba 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2004/04/14 16:15:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/20 14:08:39 markd Exp $ DISTNAME= kdesdk-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= devel COMMENT= Support applications and tools used by KDE developers @@ -10,11 +9,9 @@ CONFLICTS+= umbrello-[0-9]* .include "../../meta-pkgs/kde3/Makefile.kde3" -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 -LTCONFIG_OVERRIDE+= ${WRKSRC}/kapptemplate/admin/ltconfig - -BUILD_DEPENDS+= qt3-tools>=3.1.1:../../x11/qt3-tools +USE_PERL5= run REPLACE_PERL= cervisia/change_colors.pl \ cervisia/move_repositories.pl \ @@ -37,8 +34,10 @@ PLIST_SRC+= ${PKGDIR}/PLIST.kmtrace .endif PLIST_SRC+= ${PKGDIR}/PLIST -.include "../../databases/db4/buildlink2.mk" -.include "../../devel/libtool/buildlink2.mk" -.include "../../meta-pkgs/kde3/buildlink2.mk" -.include "../../x11/kdebase3/buildlink2.mk" +.include "../../meta-pkgs/kde3/kde3.mk" + +.include "../../databases/db4/buildlink3.mk" +.include "../../devel/libtool/buildlink3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../x11/kdebase3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |