freebsd-ports/multimedia/vlc-qt4/Makefile
Mark Linimon 73a2d70934 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-20 12:02:07 +00:00

17 lines
376 B
Makefile

# Created by: nox@FreeBSD.org
# $FreeBSD$
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Qt 4 based multimedia player and streaming server
PKGNAMESUFFIX= -qt4
OPTIONS_SLAVE= QT4
OPTIONS_EXCLUDE= QT5
CONFLICTS= vlc-[0-9]*
BROKEN_powerpc64= fails to compile: modules/plugins.dat: Segmentation fault (core dumped)
MASTERDIR= ${.CURDIR}/../vlc
.include "${MASTERDIR}/Makefile"