mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- allow the ports to build without make config
This commit is contained in:
parent
2c89e44f3d
commit
2e902b937f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303578
2 changed files with 8 additions and 0 deletions
|
@ -9,4 +9,8 @@ WITH_MPM= event
|
|||
LATEST_LINK= apache22-${WITH_MPM}-mpm
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
PORT_OPTIONS+= CGID
|
||||
OPTIONS_EXCLUDE= CGI
|
||||
OPTIONS_UNSET+= CGI
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -9,4 +9,8 @@ WITH_MPM= worker
|
|||
LATEST_LINK= apache22-${WITH_MPM}-mpm
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
PORT_OPTIONS+= CGID
|
||||
OPTIONS_EXCLUDE= CGI
|
||||
OPTIONS_UNSET+= CGI
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Add table
Reference in a new issue