diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/llgal | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
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 |