diff options
author | makc <makc@FreeBSD.org> | 2011-07-08 01:33:25 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-07-08 01:33:25 +0800 |
commit | c25591bf2b380272968d5b5c59bfce7a39a14469 (patch) | |
tree | 4fa62a4438ae5cba3fa7be8862603515794be101 /audio | |
parent | d3a0bde2e03680b609894a678dae080bf449939c (diff) | |
download | freebsd-ports-gnome-c25591bf2b380272968d5b5c59bfce7a39a14469.tar.gz freebsd-ports-gnome-c25591bf2b380272968d5b5c59bfce7a39a14469.tar.zst freebsd-ports-gnome-c25591bf2b380272968d5b5c59bfce7a39a14469.zip |
Mark BROKEN with Ruby 1.9 [1]
Drop maintainership (I don't use Qt3 ports anymore)
PR: ports/158678 [1]
Submitted by: swills
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 15d1af5f4460..a4109cafbd49 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src -MAINTAINER= makc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Media player for KDE LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ @@ -44,6 +44,10 @@ OPTIONS= GPOD "iPod support" on \ .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + CONFIGURE_ARGS+=--without-exscalibar \ --with-mp4v2 \ --with-mp4v2-dir=${PREFIX} |