freebsd-ports/graphics/djview4-qt4/Makefile
Mathieu Arnold c6f651390a OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
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
2016-10-24 10:18:50 +00:00

13 lines
217 B
Makefile

# Created by: lightside <lightside@gmx.com>
# $FreeBSD$
PKGNAMESUFFIX= -qt4
CONFLICTS= ${PORTNAME}-[0-9]*
OPTIONS_SLAVE= QT4
OPTIONS_EXCLUDE= QT5
MASTERDIR= ${.CURDIR}/../djview4
.include "${MASTERDIR}/Makefile"