diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-28 09:26:16 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-28 09:26:16 +0000 |
commit | 3a781fe97af6c966d204a996cce3c51b411897d0 (patch) | |
tree | c8ec87e71231b2d1fd37736717b9bdbcde6244dd /irc/thales | |
parent | 39253180410d390f7d478dffd02d56f14a536114 (diff) |
Notes
Diffstat (limited to 'irc/thales')
-rw-r--r-- | irc/thales/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile index a990e5dd1023..c2b95f380948 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/ircd:${PORTSDIR}/irc/ircd-ru IS_INTERACTIVE= yes .else WITH_IRCD= unreal -RUN_DEPENDS= ${LOCALBASE}/Unreal/ircd:${PORTSDIR}/irc/unreal +RUN_DEPENDS= ${LOCALBASE}/libexec/ircd:${PORTSDIR}/irc/unreal .endif # ``Assign with expansion'' is needed here, otherwise we cannot override |