7b83c8d6f0
- Remove SIDPLAY knob from vlc as it's now broken: /usr/bin/ld: /usr/local/lib/sidplay/builders/libresid-builder.a(resid-builder.o): relocation R_X86_64_32S against `_ZTV12ReSIDBuilder' can not be used when making a shared object; recompile with -fPIC - Unbreak phonon-vlc by switching it to using vlc-qt4 slave port. [1] - Bump PORTREVISIONs. Reported by: makc [1]
15 lines
285 B
Makefile
15 lines
285 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]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../vlc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|