svn commit: r422675 - head/multimedia/libx264

Jan Beich jbeich at FreeBSD.org
Fri Sep 23 13:15:07 UTC 2016


Author: jbeich
Date: Fri Sep 23 13:15:06 2016
New Revision: 422675
URL: https://svnweb.freebsd.org/changeset/ports/422675

Log:
  multimedia/libx264: clarify slave helper from r413179
  
  Differential Revision:	https://reviews.freebsd.org/D7958
  Requested by:	koobs (maintainer)

Modified:
  head/multimedia/libx264/Makefile   (contents, props changed)

Modified: head/multimedia/libx264/Makefile
==============================================================================
--- head/multimedia/libx264/Makefile	Fri Sep 23 13:14:54 2016	(r422674)
+++ head/multimedia/libx264/Makefile	Fri Sep 23 13:15:06 2016	(r422675)
@@ -8,6 +8,7 @@ COMMENT=	H.264/MPEG-4 AVC Video Encoding
 MASTERDIR=	${.CURDIR}/../x264
 PLIST=		${.CURDIR}/pkg-plist
 
+# Clear dependency on libx264 (itself), see x264/Makefile
 LIB_DEPENDS=	#
 
 USES=		pathfix


More information about the svn-ports-all mailing list