Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 11:54:47 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341382 - head/multimedia/vlc
Message-ID:  <201401271154.s0RBslGv081491@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jan 27 11:54:47 2014
New Revision: 341382
URL: http://svnweb.freebsd.org/changeset/ports/341382
QAT: https://qat.redports.org/buildarchive/r341382/

Log:
  Fix typo.
  
  PR:		ports/185031
  Submitted by:	Anton Sayetsky
  Sponsored by:	Absolight

Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Mon Jan 27 11:50:59 2014	(r341381)
+++ head/multimedia/vlc/Makefile	Mon Jan 27 11:54:47 2014	(r341382)
@@ -399,7 +399,7 @@ WITH_CDROM_DEVICE?=/dev/acd0
 WITH_DVD_DEVICE?=/dev/acd0
 .endif
 
-# If you change this value, the dependancy will not be recorded
+# If you change this value, the dependency will not be recorded
 .if !defined(WITH_VLC_DEFAULT_FONT)
 WITH_VLC_DEFAULT_FONT=		${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf
 WITH_VLC_DEFAULT_MONO_FONT=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraMono.ttf



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