diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-18 23:12:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-18 23:12:04 +0000 |
commit | 39eb235209a32409f05e6b96251ad149f35c68e4 (patch) | |
tree | fda76b3c11faa31e2b36c94ca896082ae31b9353 /audio | |
parent | - Separate Computer Modern type1 fonts and add dependence on (diff) |
Mark ignore it doesn't run with recent gstreamer.
Also pet portlint.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=131598
Diffstat (limited to 'audio')
-rw-r--r-- | audio/muine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index f9e6651c8bc9..0a38cab0b7c8 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -36,7 +36,8 @@ OPTIONS= GSTREAMER "Enable Gstreamer backend" off .include <bsd.port.pre.mk> .if defined (WITH_GSTREAMER) -CONFIGURE_ARGS+= --enable-gstreamer=yes +IGNORE= Doesn't run with recent gstreamer. +CONFIGURE_ARGS+=--enable-gstreamer=yes USE_GSTREAMER+= mad vorbis flac .else LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine |