diff options
author | mat <mat@FreeBSD.org> | 2005-03-19 10:48:15 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-03-19 10:48:15 +0000 |
commit | 2f9d642bc9f94b806373248a63121ae339191caf (patch) | |
tree | a77a7b924bdd82f8029c5115d9e8357da3ae17fc /irc/anope | |
parent | 8806d9a119af8576e3d5554e698dc3df6409900f (diff) | |
download | FreeBSD-ports-2f9d642bc9f94b806373248a63121ae339191caf.zip FreeBSD-ports-2f9d642bc9f94b806373248a63121ae339191caf.tar.gz |
We don't need tHose anymore.
Diffstat (limited to 'irc/anope')
-rw-r--r-- | irc/anope/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 29e1683..055ef0e 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -33,14 +33,6 @@ 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 |