mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
c6f651390a
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight
15 lines
208 B
Makefile
15 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../apache22
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
|
|
WITH_MPM= worker
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PORT_OPTIONS+= CGID
|
|
OPTIONS_EXCLUDE= CGI
|
|
|
|
.include "${MASTERDIR}/Makefile"
|