diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /audio/rosegarden | |
parent | a6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff) | |
download | ports-ac39d25cb13d645037681dbc65360f16ba857b56.tar.gz ports-ac39d25cb13d645037681dbc65360f16ba857b56.zip |
Notes
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index b039c6ced9a8..40eea9f72fae 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -7,6 +7,7 @@ PORTNAME= rosegarden PORTVERSION= 11.06 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -20,8 +21,8 @@ BUILD_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ lilypond:${PORTSDIR}/print/lilypond LIB_DEPENDS+= lrdf.2:${PORTSDIR}/textproc/liblrdf \ - fftw3.5:${PORTSDIR}/math/fftw3 \ - fftw3f.5:${PORTSDIR}/math/fftw3-float \ + fftw3:${PORTSDIR}/math/fftw3 \ + fftw3f:${PORTSDIR}/math/fftw3-float \ asound.2:${PORTSDIR}/audio/alsa-lib \ lirc_client:${PORTSDIR}/comms/lirc |