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
14 lines
245 B
Makefile
14 lines
245 B
Makefile
# Created by: Niclas Zeising <zeising@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -ssl
|
|
|
|
COMMENT= Nagios Remote Plugin Executor (SSL version)
|
|
|
|
CONFLICTS= nrpe-2.*
|
|
|
|
OPTIONS_SLAVE= SSL
|
|
|
|
MASTERDIR= ${.CURDIR}/../nrpe
|
|
|
|
.include "${MASTERDIR}/Makefile"
|