mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00: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
@ -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…
Reference in New Issue
Block a user