summaryrefslogtreecommitdiff
path: root/irc/anope
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-05-11 11:37:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-05-11 11:37:08 +0000
commit09ce3f3df38f7b844178adeecbcc35430d0cdae5 (patch)
treed5bc2880f38546e6f419f2efa346e1e6ab57f795 /irc/anope
parentUpgrade to 1.9.13 (diff)
Add sensible default because OPTIONS does not do it when BATCH
Notes
Notes: svn path=/head/; revision=108914
Diffstat (limited to 'irc/anope')
-rw-r--r--irc/anope/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index bb12b3434d0c..cb9246ad1f25 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -32,6 +32,14 @@ OPTIONS= MYSQL "Use mysql" ON \
HYB "Hybrid IRCd 7.0 [experimental]" OFF \
VIA "ViagraIRCd 1.3.x [or later]" OFF \
PTL "PTlink 6.15.0 [experimental]" OFF
+# in that case, OPTIONS are ignored, no defaults
+.if defined(PACKAGE_BUILDING) || defined(BATCH)
+WITH_MYSQL= yes
+WITH_MODULES= yes
+WITH_MD5= yes
+WITH_THREAD= yes
+WITH_UNREAL= yes
+.endif
#}}}
ANOPEBIN?= ${PREFIX}/libexec/anope