diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-11 19:10:27 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-11 19:10:27 +0800 |
commit | c52e2984fc85f2d3b70dbc20f3512e1dd6749f25 (patch) | |
tree | 46f737feff3f75d5b119d9a5f40907730ac0f4a3 /misc | |
parent | e3b0a1623d5f7714516f58c385703595ebd91773 (diff) | |
download | freebsd-ports-gnome-c52e2984fc85f2d3b70dbc20f3512e1dd6749f25.tar.gz freebsd-ports-gnome-c52e2984fc85f2d3b70dbc20f3512e1dd6749f25.tar.zst freebsd-ports-gnome-c52e2984fc85f2d3b70dbc20f3512e1dd6749f25.zip |
Fix depfiles.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeaddons3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |