dependencies
This commit is contained in:
parent
0dce7b7015
commit
5e78780769
@ -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 <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user