mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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
14 lines
193 B
Makefile
14 lines
193 B
Makefile
# Created by: bz
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -milter
|
|
|
|
OPTIONS_SLAVE+= MILTER
|
|
|
|
MASTERDIR= ${.CURDIR}/../clamav
|
|
PKGNAMESUFFIX= -milter
|
|
|
|
CONFLICTS= clamav-[0-9]*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|