diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
commit | 7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /audio | |
parent | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound6/Makefile | 2 | ||||
-rw-r--r-- | audio/dvda-author/Makefile | 2 | ||||
-rw-r--r-- | audio/enscribe/Makefile | 2 | ||||
-rw-r--r-- | audio/sox/Makefile | 2 | ||||
-rw-r--r-- | audio/timidity++/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 53ab14be38f1..9736c97c6112 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -83,7 +83,7 @@ OSC_DESC= Build OSC opcodes OSC_LIB_DEPENDS= liblo.so:${PORTSDIR}/audio/liblo OSC_CMAKE_OFF= -DBUILD_OSC_OPCODES:BOOL=OFF PNG_DESC= Build Image opcodes -PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png PNG_CMAKE_OFF= -DBUILD_IMAGE_OPCODES:BOOL=OFF PORTAUDIO_DESC= Build PortAudio I/O module PORTAUDIO_BUILD_DEPENDS=portaudio2>0:${PORTSDIR}/audio/portaudio2 diff --git a/audio/dvda-author/Makefile b/audio/dvda-author/Makefile index d8bd4555f1d0..991332b1ae14 100644 --- a/audio/dvda-author/Makefile +++ b/audio/dvda-author/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libsox.so:${PORTSDIR}/audio/sox \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libltdl.so:${PORTSDIR}/devel/libltdl \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/enscribe/Makefile b/audio/enscribe/Makefile index 4766beb56fa6..2b5eabba60df 100644 --- a/audio/enscribe/Makefile +++ b/audio/enscribe/Makefile @@ -13,7 +13,7 @@ COMMENT= Create digital audio watermark images from photographic images LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ libgd.so:${PORTSDIR}/graphics/gd \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 USES= pkgconfig tar:tgz diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 2ba95ff7eb69..c04a66627f4f 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -77,7 +77,7 @@ MAD_CONFIGURE_WITH= mad MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad PNG_CONFIGURE_WITH= png -PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png PULSEAUDIO_CONFIGURE_WITH= pulseaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index fee18ed35c4a..577792438c0f 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -37,7 +37,7 @@ EAWPLUS_RUN_DEPENDS= eawplus>0:${PORTSDIR}/audio/eawplus ESOUND_USE= gnome=esound ESOUND_CONFIGURE_ON= --enable-audio=oss,esd,vorbis ESOUND_CONFIGURE_OFF= --enable-audio=oss,vorbis -X11_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +X11_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png X11_USE= xorg=x11,xext X11_CONFIGURE_ON= --with-x --enable-spectrogram --enable-wrd \ --enable-dynamic |