diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-06-17 00:46:45 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-06-17 00:46:45 +0000 |
commit | c414bbd45c1bb57b93ed4dc1558d7fefa527fb58 (patch) | |
tree | bc5b415d1901347999693554f402c27974545887 /audio | |
parent | 7a0d0a0b472f1efe1b44aed869d0643de3ee618b (diff) | |
download | ports-c414bbd45c1bb57b93ed4dc1558d7fefa527fb58.tar.gz ports-c414bbd45c1bb57b93ed4dc1558d7fefa527fb58.zip |
Notes
Diffstat (limited to 'audio')
-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> |