There is a typo in port makefile. Should be dependEncy, not dependAncy.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
Is month is not enough to make this simple change?
State Changed From-To: open->closed Committed, thanks!
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"