diff options
author | kris <kris@FreeBSD.org> | 2007-06-10 12:19:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-06-10 12:19:14 +0800 |
commit | 1faabe5dd8b40af5cf311fedb9daaee174b595d8 (patch) | |
tree | 388c959366777e0b16e0e1d841b73afea9035f30 /multimedia | |
parent | cfb7f0066e7669be449f153b2f0187dcf62b17c5 (diff) | |
download | freebsd-ports-gnome-1faabe5dd8b40af5cf311fedb9daaee174b595d8.tar.gz freebsd-ports-gnome-1faabe5dd8b40af5cf311fedb9daaee174b595d8.tar.zst freebsd-ports-gnome-1faabe5dd8b40af5cf311fedb9daaee174b595d8.zip |
BROKEN: Incorrect handling of user addition
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mythtv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index b257262e835b..964ef096bfb0 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -24,6 +24,8 @@ 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 handling of user addition + ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_QT_VER= 3 |