diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-11 11:37:08 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-11 11:37:08 +0000 |
commit | 09ce3f3df38f7b844178adeecbcc35430d0cdae5 (patch) | |
tree | d5bc2880f38546e6f419f2efa346e1e6ab57f795 /irc | |
parent | d88c2603d91c03a13c8aebec7642338bb9b3c2f5 (diff) | |
download | ports-09ce3f3df38f7b844178adeecbcc35430d0cdae5.tar.gz ports-09ce3f3df38f7b844178adeecbcc35430d0cdae5.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 8 |
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 |