Date: Thu, 3 May 2018 18:40:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468957 - head/www/gallery2 Message-ID: <201805031840.w43Ief1h037256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805031840.w43Ief1h037256>