From bc889e50a753cbedb6b6ee2993b9ab19ab5572ce Mon Sep 17 00:00:00 2001 From: arved Date: Fri, 23 Mar 2007 11:09:54 +0000 Subject: Add a missing RUN_DEPENDS portlint while here Reported by: Claudius Herder --- www/llgal/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/llgal/Makefile b/www/llgal/Makefile index 90829862ef09..ccb2dbb25bf3 100644 --- a/www/llgal/Makefile +++ b/www/llgal/Makefile @@ -6,6 +6,7 @@ PORTNAME= llgal PORTVERSION= 0.13.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.gna.org/llgal/ @@ -19,7 +20,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ RUN_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \ - ${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool + ${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool \ + convert:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes USE_PERL5= yes @@ -29,7 +31,7 @@ USE_GETTEXT= yes .include post-configure: - sed -e "s,@VERSION@,${PORTVERSION}," < ${WRKSRC}/lib/Makefile.PL.in > ${WRKSRC}/lib/Makefile.PL + ${SED} -e "s,@VERSION@,${PORTVERSION}," < ${WRKSRC}/lib/Makefile.PL.in > ${WRKSRC}/lib/Makefile.PL cd ${WRKSRC}/lib; ${PERL} Makefile.PL ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install//' ${WRKSRC}/lib/Makefile -- cgit