diff options
author | wiz <wiz> | 2000-11-29 01:34:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-29 01:34:04 +0000 |
commit | 8a9041474e3ea3ff138233c067c33e987b05aced (patch) | |
tree | 87ed1953dbe9001f4ebf83e28dbae07bd322560e /audio | |
parent | 284f64acf45cfd00a5bb53dfa86bbbaa74873bc0 (diff) | |
download | pkgsrc-8a9041474e3ea3ff138233c067c33e987b05aced.tar.gz |
Mark as broken, to avoid more queries about its not working.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index c8a63467c86..8ee747772c9 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/10/15 12:06:32 rh Exp $ +# $NetBSD: Makefile,v 1.13 2000/11/29 01:34:04 wiz Exp $ # FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp DISTNAME= xmms-1.0.1 @@ -18,6 +18,8 @@ DEPENDS+= gtk+>=1.2.7:../../x11/gtk DEPENDS+= libmikmod>=3.1.7:../libmikmod DEPENDS+= libxml>=1.8.5:../../textproc/libxml +BROKEN= Compiles, but does not work; probably threads problem. See pkg/11091. + USE_LIBTOOL= yes USE_X11= yes USE_MESA= yes |