diff options
author | mat <mat@FreeBSD.org> | 2005-03-19 18:48:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-03-19 18:48:15 +0800 |
commit | 2f9d642bc9f94b806373248a63121ae339191caf (patch) | |
tree | a77a7b924bdd82f8029c5115d9e8357da3ae17fc /irc/anope/Makefile | |
parent | 8806d9a119af8576e3d5554e698dc3df6409900f (diff) | |
download | freebsd-ports-graphics-2f9d642bc9f94b806373248a63121ae339191caf.tar.gz freebsd-ports-graphics-2f9d642bc9f94b806373248a63121ae339191caf.tar.zst freebsd-ports-graphics-2f9d642bc9f94b806373248a63121ae339191caf.zip |
We don't need tHose anymore.
Diffstat (limited to 'irc/anope/Makefile')
-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 29e1683b925..055ef0e1d60 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 |