1
0
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:
Olli Hauer 2012-09-02 21:28:59 +00:00
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

View File

@ -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"

View File

@ -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"