aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-08-29 23:01:46 +0800
committerpawel <pawel@FreeBSD.org>2013-08-29 23:01:46 +0800
commit04fb25691d27264db9ce274313916f94898deef9 (patch)
tree0f24ce676070cd2b3017f761db8f5e49e00c5b07 /audio
parent1be8826148dc06f92e9b28febd5f7dff2d5b47c1 (diff)
downloadfreebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.gz
freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.zst
freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.zip
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed
Diffstat (limited to 'audio')
-rw-r--r--audio/rosegarden/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index 65a55927a911..101691f84e61 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -13,11 +13,11 @@ LICENSE= GPLv2
BUILD_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \
makedepend:${PORTSDIR}/devel/makedepend
-LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
- lirc_client:${PORTSDIR}/comms/lirc \
- fftw3:${PORTSDIR}/math/fftw3 \
- fftw3f:${PORTSDIR}/math/fftw3-float \
- lrdf:${PORTSDIR}/textproc/liblrdf
+LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \
+ liblirc_client.so:${PORTSDIR}/comms/lirc \
+ libfftw3.so:${PORTSDIR}/math/fftw3 \
+ libfftw3f.so:${PORTSDIR}/math/fftw3-float \
+ liblrdf.so:${PORTSDIR}/textproc/liblrdf
RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \
lilypond:${PORTSDIR}/print/lilypond