svn commit: r305715 - head/graphics/p5-Imager-AverageGray

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 11 13:03:11 UTC 2012


Author: bapt
Date: Thu Oct 11 13:03:10 2012
New Revision: 305715
URL: http://svn.freebsd.org/changeset/ports/305715

Log:
  Dependency line should not end with a '/'
  
  Feature safe:	yes

Modified:
  head/graphics/p5-Imager-AverageGray/Makefile

Modified: head/graphics/p5-Imager-AverageGray/Makefile
==============================================================================
--- head/graphics/p5-Imager-AverageGray/Makefile	Thu Oct 11 12:52:38 2012	(r305714)
+++ head/graphics/p5-Imager-AverageGray/Makefile	Thu Oct 11 13:03:10 2012	(r305715)
@@ -15,7 +15,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vvelox at vvelox.net
 COMMENT=	Finds the average gray for a Imager object or image
 
-RUN_DEPENDS=	p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager/
+RUN_DEPENDS=	p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager
 
 PERL_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list