svn commit: r341382 - head/multimedia/vlc

Mathieu Arnold mat at FreeBSD.org
Mon Jan 27 11:54:48 UTC 2014


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


More information about the svn-ports-all mailing list