svn commit: r329074 - in head/multimedia: ffmpeg1 ffmpeg2
William Grzybowski
wg at FreeBSD.org
Wed Oct 2 16:52:30 UTC 2013
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
More information about the svn-ports-all
mailing list