diff options
author | tron <tron@pkgsrc.org> | 2000-03-12 21:05:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-12 21:05:36 +0000 |
commit | 10421d5b94327613da0708eef55e814740a4501a (patch) | |
tree | 65f7fa7ff9739fd1d6726570adc23edbd0fcdb16 /audio/xmms | |
parent | 1c58c8d49f0275b4e0e3d28dcbb6fe548838ae51 (diff) | |
download | pkgsrc-10421d5b94327613da0708eef55e814740a4501a.tar.gz |
Mark this package as broken until "gthread" library gets fixed.
Diffstat (limited to 'audio/xmms')
-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 32c98d17d51..d462afe1a95 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/03/12 20:36:26 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/12 21:05:36 tron Exp $ # FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp DISTNAME= xmms-1.0.1 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.xmms.org/xmms/1.0/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.xmms.org/ +BROKEN= \"gthread\" library needs to be fixed first. + DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libmikmod>=3.1.7:../libmikmod |