diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-07-07 17:33:25 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-07-07 17:33:25 +0000 |
commit | 7da9470669b3b430c328b4930c9049f1aa540291 (patch) | |
tree | 79ec5753c05b04dcb475525464dc1cee80378068 | |
parent | 585f07aff3f3f4a5cb9069bb02a48486dd63b442 (diff) | |
download | ports-7da9470669b3b430c328b4930c9049f1aa540291.tar.gz ports-7da9470669b3b430c328b4930c9049f1aa540291.zip |
Mark BROKEN with Ruby 1.9 [1]
Drop maintainership (I don't use Qt3 ports anymore)
PR: ports/158678 [1]
Submitted by: swills
Notes
Notes:
svn path=/head/; revision=277233
-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} |