diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2007-02-23 04:51:22 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2007-02-23 04:51:22 +0000 |
| commit | 411868169a3c3698b7481881f65b1861ed7452db (patch) | |
| tree | c93437b1ca791f54aee9ef0b3346767387521f35 | |
| parent | Clarify that user mythtv needs a password before being ready. (diff) | |
Unbreak.
Depend on new version of LIRC.
Notes
Notes:
svn path=/head/; revision=185722
| -rw-r--r-- | multimedia/mythtv/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index d5c0a6387350..0b1a25444e20 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -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 |
