diff options
Diffstat (limited to 'www/llgal')
-rw-r--r-- | www/llgal/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/llgal/Makefile b/www/llgal/Makefile index 84c9bfb2802f..d767cce9fbfe 100644 --- a/www/llgal/Makefile +++ b/www/llgal/Makefile @@ -13,15 +13,15 @@ COMMENT= Command-line online gallery generator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \ - p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool -RUN_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \ - p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ - convert:${PORTSDIR}/graphics/ImageMagick +BUILD_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-URI>=0:net/p5-URI \ + p5-Locale-gettext>=0:devel/p5-Locale-gettext \ + p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool +RUN_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-URI>=0:net/p5-URI \ + p5-Locale-gettext>=0:devel/p5-Locale-gettext \ + p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool \ + convert:graphics/ImageMagick USES= gettext perl5 gmake tar:bzip2 shebangfix SHEBANG_FILES= llgal.in |