diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-06-17 07:56:20 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-06-17 07:56:20 +0800 |
commit | 2734c5e2a40be1de935e6960851f66997f48522a (patch) | |
tree | 340fd81a27abcc41d8da7bfd082111b0fa7b683b /audio/xmms-arts | |
parent | 8ba5ccfcc2d59699266501b7dd8141b4ba5c2edc (diff) | |
download | freebsd-ports-gnome-2734c5e2a40be1de935e6960851f66997f48522a.tar.gz freebsd-ports-gnome-2734c5e2a40be1de935e6960851f66997f48522a.tar.zst freebsd-ports-gnome-2734c5e2a40be1de935e6960851f66997f48522a.zip |
Mark broken (will not work until xmms and arts will use the same glib version).
Diffstat (limited to 'audio/xmms-arts')
-rw-r--r-- | audio/xmms-arts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms-arts/Makefile b/audio/xmms-arts/Makefile index fda0e6f881d6..63a380cfd66f 100644 --- a/audio/xmms-arts/Makefile +++ b/audio/xmms-arts/Makefile @@ -27,4 +27,6 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${X11BASE}/include" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BROKEN= Will not work until xmms and arts will use the same glib version. Use xmms-arts_output port instead + .include <bsd.port.mk> |