diff options
author | markd <markd@pkgsrc.org> | 2004-10-07 12:22:16 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-07 12:22:16 +0000 |
commit | 7074f739a9b4eb20aa7370932b13001ca4bb4afe (patch) | |
tree | 97d1e1cbcae7439292eaafb9ac47069aebcc4052 /misc | |
parent | aaa3b00ad7de553f6c224110ab55e68bd7535d64 (diff) | |
download | pkgsrc-7074f739a9b4eb20aa7370932b13001ca4bb4afe.tar.gz |
Make qt3-tools dependency full rather than build as kaddressbook depends
on libqui. From Ian Zagorskih in PR pkg/27178.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdepim3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index b75c4a6ec42..c84f4083caa 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/10/03 00:12:59 tv Exp $ +# $NetBSD: Makefile,v 1.32 2004/10/07 12:22:16 markd Exp $ DISTNAME= kdepim-${_KDE_VERSION} PKGREVISION= 1 @@ -28,6 +28,8 @@ REPLACE_PERL= kmail/kmail-3.1-update-new-mail-notification-settings.pl \ libkdenetwork/kpgp-3.1-upgrade-address-data.pl .include "../../meta-pkgs/kde3/kde3.mk" +BUILDLINK_DEPMETHOD.qt3-tools= full + .include "../../comms/libmal/buildlink3.mk" .include "../../comms/pilot-link-libs/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" |