diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-04 11:51:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-04 11:51:32 +0800 |
commit | 7c0cc199c28566c3c0e67be9dd5cabaeb01a6271 (patch) | |
tree | d550f1df88bcf8f63e659fe751ff34af0ef1cdcd /audio | |
parent | e5758cd09b29e6708f180e4f7ac27e4c042f92f3 (diff) | |
download | marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.gz marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.tar.zst marcuscom-ports-7c0cc199c28566c3c0e67be9dd5cabaeb01a6271.zip |
Pull the trigger, and replace all scrollkeeper dependencies with rarian.
The good news is yelp kind of works if you call it with, for example,
yelp ghelp:eog. However. yelp launched from within apps will not work yet.
The problem has been reported, and it should all be working by the next
release.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9339 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner/Makefile | 2 | ||||
-rw-r--r-- | audio/terminatorx/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 1075bfb3e..ebfcce884 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jylefort@FreeBSD.org COMMENT= A GTK+ stream directory browser -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index ae8a0cfdc..1a1701cc1 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -3,7 +3,7 @@ # Whom: Tilman Linneweh <arved@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/terminatorx/Makefile,v 1.4 2007/05/19 21:36:00 marcus Exp $ +# $MCom: ports/audio/terminatorx/Makefile,v 1.5 2007/07/30 06:04:51 mezz Exp $ PORTNAME= terminatorx PORTVERSION= 3.82 @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Realtime audio synthesizer that allows you to "scratch" on audio data BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ - scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper + rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ lrdf.2:${PORTSDIR}/textproc/liblrdf \ jack.0:${PORTSDIR}/audio/jack |