From c52e2984fc85f2d3b70dbc20f3512e1dd6749f25 Mon Sep 17 00:00:00 2001 From: lofi Date: Thu, 11 Mar 2004 11:10:27 +0000 Subject: Fix depfiles. --- misc/kdeaddons3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/kdeaddons3') diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index 31bf544274d1..0ac87b107e66 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= # none MAINTAINER?= kde@FreeBSD.org COMMENT= Additional plugins and scripts for some KDE applications -RUN_DEPENDS= ${ATLANTIKDESIGNER_DEP}:${PORTSDIR}/games/atlantikdesigner \ +RUN_DEPENDS= ${ATLANTIKDESIGNER_DEP}_2:${PORTSDIR}/games/atlantikdesigner \ ${KADDRESSBOOKPLUG_DEP}:${PORTSDIR}/misc/kaddressbook-plugins \ ${KATEPLUGINS_DEP}:${PORTSDIR}/editors/kate-plugins \ ${KFILEPLUGINS_DEP}:${PORTSDIR}/misc/kfile-plugins \ @@ -25,7 +25,7 @@ RUN_DEPENDS= ${ATLANTIKDESIGNER_DEP}:${PORTSDIR}/games/atlantikdesigner \ ${KONQPLUGINS_DEP}:${PORTSDIR}/misc/konq-plugins \ ${KONTACTPLUG_DEP}:${PORTSDIR}/net/kontact-plugins \ ${KSIG_DEP}:${PORTSDIR}/misc/ksig \ - ${NOATUNPLUG_DEP}:${PORTSDIR}/multimedia/noatun-plugins \ + ${NOATUNPLUG_DEP}_2:${PORTSDIR}/multimedia/noatun-plugins \ ${RENAMEDLGPLUG_DEP}:${PORTSDIR}/misc/renamedlgplugins \ ${VIMPART_DEP}:${PORTSDIR}/editors/vimpart -- cgit