Add a missing RUN_DEPENDS

portlint while here

Reported by:	Claudius Herder <claudius_herder@ambtec.de>
This commit is contained in:
Tilman Keskinoz 2007-03-23 11:09:54 +00:00
parent 6c3f5d3b93
commit 5ede99059d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188092

View File

@ -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 <bsd.port.pre.mk>
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