diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-26 05:57:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-26 05:57:26 +0000 |
commit | 619fceb2801230bdac39f16c85554307b777b648 (patch) | |
tree | 570d39addde37f0cfb5acf7a5ce4ca284856c4e6 /irc/thales | |
parent | 7bccca1caa9edce65cdb4f3d3cd46ecb1496b7f5 (diff) | |
download | ports-619fceb2801230bdac39f16c85554307b777b648.tar.gz ports-619fceb2801230bdac39f16c85554307b777b648.zip |
Notes
Diffstat (limited to 'irc/thales')
-rw-r--r-- | irc/thales/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile index 74c5913becb9..a990e5dd1023 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -20,7 +20,7 @@ USE_MYSQL= yes USE_REINPLACE= yes # Currently, not all supported IRCDs are handled here, only the ones -# I could find corresponding RUN_DEPENDS in our Ports Collection +# I could find corresponding RUN_DEPENDS in our Ports Collection. .if defined(WITH_IRCD) && ${WITH_IRCD} == hybrid RUN_DEPENDS= ${LOCALBASE}/bin/ircd:${PORTSDIR}/irc/ircd-hybrid IS_INTERACTIVE= yes @@ -32,6 +32,8 @@ WITH_IRCD= unreal RUN_DEPENDS= ${LOCALBASE}/Unreal/ircd:${PORTSDIR}/irc/unreal .endif +# ``Assign with expansion'' is needed here, otherwise we cannot override +# WITH_IRCD value supplied as make(1) argument (which can be bogus). CONFIGURE_ARGS:= --with-ircd=${WITH_IRCD} .if defined(WITHOUT_MODES) |