1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Depend on new version of LIRC.
This commit is contained in:
Greg Lehey 2007-02-23 04:51:22 +00:00
parent 713e11efdc
commit 411868169a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185722

View File

@ -14,7 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= grog@FreeBSD.org
COMMENT= MythTV is a homebrew PVR project
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake \
${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-SAX-Expat
@ -25,10 +24,6 @@ RUN_DEPENDS= tv_check:${PORTSDIR}/textproc/p5-xmltv \
${X11BASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin \
wget:${PORTSDIR}/ftp/wget
BROKEN= Incorrect pkg-plist
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2007-04-10
ONLY_FOR_ARCHS= i386
USE_BZIP2= yes
USE_QT_VER= 3
@ -50,7 +45,7 @@ OPTIONS+= MYSQL_LOCAL "RUN_DEPEND on selected MySQL server" off
.include <bsd.port.pre.mk>
.if defined(WITH_LIRC)
LIB_DEPENDS+= lirc_client.0:${PORTSDIR}/comms/lirc
LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc
# EXTRA_PATCHES= ${FILESDIR}/patchsettings-lirc
.endif