summaryrefslogtreecommitdiff
path: root/misc/kdepim3/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-04-20 13:29:12 +0000
committermarkd <markd@pkgsrc.org>2004-04-20 13:29:12 +0000
commit0f07fe863a823b6509e955f4e2a2712c3612b99f (patch)
tree9637f0bd42c1e1e4110e18d5dd18ebf8caa865e7 /misc/kdepim3/Makefile
parent5102353e604d9aa8f8ce5f0fd7685bd04b7099bd (diff)
downloadpkgsrc-0f07fe863a823b6509e955f4e2a2712c3612b99f.tar.gz
bl3ify and update to kde3.2.2.
Changes: * kalarm: Fix Ctrl+Q must QUIT the application and not hide it to system tray * kalarm: Update time entry field after editing when mouse cursor leaves it. * kalarm: Prevent undeleted recurring alarms being triggered immediately. * kalarm: Do not allow alarms to be undeleted if they are completely expired. * kmail: Improved look with other styles than Keramik. * KNode: Don't save accounts before they have a valid id * KNotes: o lots of fixes o finished rich text support o use KConfig XT for default values o use XML GUI for all actions * Make various scripts install with the executable bit set
Diffstat (limited to 'misc/kdepim3/Makefile')
-rw-r--r--misc/kdepim3/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile
index 2fa31688152..2975973263d 100644
--- a/misc/kdepim3/Makefile
+++ b/misc/kdepim3/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.28 2004/04/14 16:15:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.29 2004/04/20 13:29:12 markd Exp $
DISTNAME= kdepim-${_KDE_VERSION}
-PKGREVISION= 1
CATEGORIES= misc
COMMENT= Personal Information Management tools for the KDE desktop
.include "../../meta-pkgs/kde3/Makefile.kde3"
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
+USE_PERL= run
REPLACE_PERL= kmail/kmail-3.1-update-new-mail-notification-settings.pl \
kmail/kmail-3.1-use-UOID-for-identities.pl \
@@ -19,7 +19,9 @@ REPLACE_PERL= kmail/kmail-3.1-update-new-mail-notification-settings.pl \
kmail/upgrade-transport.pl \
libkdenetwork/kpgp-3.1-upgrade-address-data.pl
-.include "../../comms/pilot-link-libs/buildlink2.mk"
-.include "../../meta-pkgs/kde3/buildlink2.mk"
-.include "../../x11/kdebase3/buildlink2.mk"
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../comms/libmal/buildlink3.mk"
+.include "../../comms/pilot-link-libs/buildlink3.mk"
+.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"