mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add sensible default because OPTIONS does not do it when BATCH
This commit is contained in:
parent
d88c2603d9
commit
09ce3f3df3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108914
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user