diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-06-17 08:46:45 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-06-17 08:46:45 +0800 |
commit | e6908a59f01b8a12697bd893e73dce2d8478d42f (patch) | |
tree | 9f6f6abc7918437596007fa560798b399af23bee /audio/xmms-arts | |
parent | 2734c5e2a40be1de935e6960851f66997f48522a (diff) | |
download | freebsd-ports-gnome-e6908a59f01b8a12697bd893e73dce2d8478d42f.tar.gz freebsd-ports-gnome-e6908a59f01b8a12697bd893e73dce2d8478d42f.tar.zst freebsd-ports-gnome-e6908a59f01b8a12697bd893e73dce2d8478d42f.zip |
Change BROKEN to IGNORE so people will not end up installing
package that won't work for them.
Suggested by: kris
Diffstat (limited to 'audio/xmms-arts')
-rw-r--r-- | audio/xmms-arts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-arts/Makefile b/audio/xmms-arts/Makefile index 63a380cfd66f..d9dd54434b90 100644 --- a/audio/xmms-arts/Makefile +++ b/audio/xmms-arts/Makefile @@ -27,6 +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 +IGNORE= will not work until xmms and arts will use the same glib version. Use xmms-arts_output port instead .include <bsd.port.mk> |