svn commit: r468957 - head/www/gallery2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 3 18:40:45 UTC 2018


Author: sunpoet
Date: Thu May  3 18:40:41 2018
New Revision: 468957
URL: https://svnweb.freebsd.org/changeset/ports/468957

Log:
  Fix FFMPEG option
  
  It depends on the binary executable, not the library.

Modified:
  head/www/gallery2/Makefile

Modified: head/www/gallery2/Makefile
==============================================================================
--- head/www/gallery2/Makefile	Thu May  3 18:40:36 2018	(r468956)
+++ head/www/gallery2/Makefile	Thu May  3 18:40:41 2018	(r468957)
@@ -29,7 +29,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 SUB_FILES=	pkg-message
 
 DCRAW_RUN_DEPENDS=	dcraw:graphics/dcraw
-FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
+FFMPEG_RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 GD_RUN_DEPENDS=		pngtogd:graphics/gd
 GD_USE=			PHP=gd
 GRAPHMAGICK_RUN_DEPENDS=gm:graphics/GraphicsMagick


More information about the svn-ports-all mailing list