diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-03-19 10:48:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-03-19 10:48:15 +0000 |
commit | 09e1fe7e9c274de017ff5b4a9ef5392e352960e7 (patch) | |
tree | 57169f4861ba175931b4c46f9ab998ead3d29419 /irc/anope | |
parent | 11bfa1ffd5fb4d25eb7037865a42531313fb29f5 (diff) | |
download | ports-09e1fe7e9c274de017ff5b4a9ef5392e352960e7.tar.gz ports-09e1fe7e9c274de017ff5b4a9ef5392e352960e7.zip |
Notes
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 29e1683b9250..055ef0e1d60e 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 |