Date: Thu, 8 Nov 2018 21:06:11 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484478 - head/deskutils/ganyremote Message-ID: <201811082106.wA8L6B3R064984@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Nov 8 21:06:11 2018 New Revision: 484478 URL: https://svnweb.freebsd.org/changeset/ports/484478 Log: Fix the PKGNAME used in the RUN_DEPENDS of the ImageMagick7 option. Reported by: poudriere dependacy checks Modified: head/deskutils/ganyremote/Makefile Modified: head/deskutils/ganyremote/Makefile ============================================================================== --- head/deskutils/ganyremote/Makefile Thu Nov 8 21:02:17 2018 (r484477) +++ head/deskutils/ganyremote/Makefile Thu Nov 8 21:06:11 2018 (r484478) @@ -25,7 +25,7 @@ PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS IMAGEMAGICK NLS OPTIONS_SUB= yes IMAGEMAGICK_DESC= ImageMagick Support -IMAGEMAGICK_RUN_DEPENDS= ImageMagick>0:graphics/ImageMagick7 +IMAGEMAGICK_RUN_DEPENDS= ImageMagick7>0:graphics/ImageMagick7 IMAGEMAGICK_USES+= gettext NLS_CONFIGURE_ENABLE= nls
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811082106.wA8L6B3R064984>