svn commit: r484478 - head/deskutils/ganyremote

Koop Mast kwm at FreeBSD.org
Thu Nov 8 21:06:12 UTC 2018


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
 


More information about the svn-ports-all mailing list