Date: Thu, 11 Oct 2012 13:03:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305715 - head/graphics/p5-Imager-AverageGray Message-ID: <201210111303.q9BD3AXD026040@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210111303.q9BD3AXD026040>