diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-27 11:54:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-27 11:54:47 +0000 |
commit | 29a603d16690562cb01e2bdbf55eb3f460bb22b3 (patch) | |
tree | 3f46cae1240d3822ba4a6ac4de20789e9756dcfb | |
parent | This patch will make the socat rc script more reliable. [1] (diff) |
Fix typo.
PR: ports/185031
Submitted by: Anton Sayetsky
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=341382
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 140e7dd5d7ec..71e26854eaa7 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -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 |