diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-20 17:23:44 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-20 17:23:44 +0000 |
commit | f1277d799f4302fd9be1dfee7a116c52007fb3d9 (patch) | |
tree | 24c4e6ec66123caed9cca10fb63f0cbf1e6d3899 /audio/denemo/Makefile | |
parent | ae894eee08102dc2d0b40873fc7e607ac12faff1 (diff) | |
download | ports-f1277d799f4302fd9be1dfee7a116c52007fb3d9.tar.gz ports-f1277d799f4302fd9be1dfee7a116c52007fb3d9.zip |
Notes
Diffstat (limited to 'audio/denemo/Makefile')
-rw-r--r-- | audio/denemo/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index f52c22777ef0..0134a8d9e790 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= denemo -PORTVERSION= 1.0.8 +PORTVERSION= 1.1.0 CATEGORIES= audio MASTER_SITES= GNU MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphical score editor -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/portaudio-2.0.pc:${PORTSDIR}/audio/portaudio2 +BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 LIB_DEPENDS= libaubio.so:${PORTSDIR}/audio/aubio \ libfluidsynth.so:${PORTSDIR}/audio/fluidsynth \ libjack.so:${PORTSDIR}/audio/jack \ @@ -19,7 +19,7 @@ LIB_DEPENDS= libaubio.so:${PORTSDIR}/audio/aubio \ libevview.so:${PORTSDIR}/graphics/evince \ libguile.so:${PORTSDIR}/lang/guile \ libfftw3.so:${PORTSDIR}/math/fftw3 -RUN_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2 \ +RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 \ xdg-open:${PORTSDIR}/devel/xdg-utils LICENSE= GPLv3 @@ -50,11 +50,9 @@ post-patch: s|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/^SUBDIRS/s|doc|| ; \ - /) install-data-hook/s|^|#|' ${WRKSRC}/Makefile.in + /) install-data-hook/s|^|#|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|"firefox"|"xdg-open"|' ${WRKSRC}/src/prefops.c - @${REINPLACE_CMD} -e \ - '/get_playback_speed/s|^volatile ||' ${WRKSRC}/src/audiointerface.h post-install: @${MKDIR} ${STAGEDIR}${DATADIR} |