diff options
author | danfe <danfe@FreeBSD.org> | 2005-04-28 09:26:16 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-04-28 09:26:16 +0000 |
commit | a9720b595ba208f12fabe9141bc356fe251ed468 (patch) | |
tree | 97dcf403c34116a1848a49cb98dc6dab98ac2f2e /irc | |
parent | e66a8abed316fedfe60f354b79a77f61ccf8e8ad (diff) | |
download | FreeBSD-ports-a9720b595ba208f12fabe9141bc356fe251ed468.zip FreeBSD-ports-a9720b595ba208f12fabe9141bc356fe251ed468.tar.gz |
Fix RUN_DEPENDS and thus package building.
Reported by: pointyhat via kris
Diffstat (limited to 'irc')
-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 a990e5d..c2b95f3 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 |