From 5e78780769018ab91b37edc032cb79921687c928 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 2 Feb 2004 00:01:10 +0000 Subject: [PATCH] dependencies --- x11/kde/pim3/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/x11/kde/pim3/Makefile b/x11/kde/pim3/Makefile index e3c4d512c10..702abdae0fd 100644 --- a/x11/kde/pim3/Makefile +++ b/x11/kde/pim3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2004/02/01 16:18:32 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2004/02/02 00:01:10 espie Exp $ COMMENT= "KDE personal information applications" COMMENT-kpilot= "synch with palm pilot" @@ -8,16 +8,20 @@ DISTNAME= kdepim-${VERSION} PKGNAME= ${DISTNAME} MODKDE_VERSION= 3.2 -LIB_DEPENDS= kdecore.4,DCOP,kabc,kdefx,kdeprint,kdesu,kdeui,kio,kparts,vcard::x11/kde/libs3 +LIB_DEPENDS= kdecore.6,DCOP,kabc,kabc_file,kdefx,kdeprint,kdesasl,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,kspell,kutils,kwalletclient,vcard::x11/kde/libs3 -BUILD_DEPENDS= ::comms/pilot-link MULTI_PACKAGES=-kpilot FULLPKGNAME-kpilot = kpilot-${VERSION} SUBPACKAGE?= -.if ${SUBPACKAGE} == "-kpilot" + +.if !defined(PACKAGING) || ${SUBPACKAGE} == "-kpilot" LIB_DEPENDS+= pisock::comms/pilot-link .endif +# for kaddressbook +.if defined(PACKAGING) && ${SUBPACKAGE} == "" +RUN_DEPENDS+= ::x11/kde/base3 +.endif SEPARATE_BUILD= flavored .include