Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 16:52:29 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329074 - in head/multimedia: ffmpeg1 ffmpeg2
Message-ID:  <201310021652.r92GqTix004727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Oct  2 16:52:29 2013
New Revision: 329074
URL: http://svnweb.freebsd.org/changeset/ports/329074

Log:
  - Fix another couple typos
  
  Submitted by:	jhale (via email)

Modified:
  head/multimedia/ffmpeg1/Makefile
  head/multimedia/ffmpeg2/Makefile

Modified: head/multimedia/ffmpeg1/Makefile
==============================================================================
--- head/multimedia/ffmpeg1/Makefile	Wed Oct  2 16:38:13 2013	(r329073)
+++ head/multimedia/ffmpeg1/Makefile	Wed Oct  2 16:52:29 2013	(r329074)
@@ -58,11 +58,11 @@ AMR_NB_CONFIGURE_ENABLE=	libopencore-amr
 
 # Opencore AMR WB
 AMR_WB_LIB_DEPENDS=	libopencore-amrwb.so:${PORTSDIR}/audio/opencore-amr
-AMR_WB_CONFIGURE_EMABLE=	libopencore-amrwb
+AMR_WB_CONFIGURE_ENABLE=	libopencore-amrwb
 
 # ass
 ASS_LIB_DEPENDS=	libass.so:${PORTSDIR}/multimedia/libass
-ASS_CONFIGURE_EMABLE=	libass
+ASS_CONFIGURE_ENABLE=	libass
 
 # cdio
 CDIO_LIB_DEPENDS=	libcdio.so:${PORTSDIR}/sysutils/libcdio

Modified: head/multimedia/ffmpeg2/Makefile
==============================================================================
--- head/multimedia/ffmpeg2/Makefile	Wed Oct  2 16:38:13 2013	(r329073)
+++ head/multimedia/ffmpeg2/Makefile	Wed Oct  2 16:52:29 2013	(r329074)
@@ -59,11 +59,11 @@ AMR_NB_CONFIGURE_ENABLE=	libopencore-amr
 
 # Opencore AMR WB
 AMR_WB_LIB_DEPENDS=	libopencore-amrwb.so:${PORTSDIR}/audio/opencore-amr
-AMR_WB_CONFIGURE_EMABLE=	libopencore-amrwb
+AMR_WB_CONFIGURE_ENABLE=	libopencore-amrwb
 
 # ass
 ASS_LIB_DEPENDS=	libass.so:${PORTSDIR}/multimedia/libass
-ASS_CONFIGURE_EMABLE=	libass
+ASS_CONFIGURE_ENABLE=	libass
 
 # cdio
 CDIO_LIB_DEPENDS=	libcdio.so:${PORTSDIR}/sysutils/libcdio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310021652.r92GqTix004727>