aboutsummaryrefslogtreecommitdiffstats
path: root/www/llgal
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 02:37:23 +0800
committeraz <az@FreeBSD.org>2012-06-29 02:37:23 +0800
commitd767f0728d3efeb994fab115409d2613056d4dcb (patch)
treefcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /www/llgal
parent22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff)
downloadfreebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz
freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst
freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'www/llgal')
-rw-r--r--www/llgal/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/llgal/Makefile b/www/llgal/Makefile
index 421b81d02513..924ac08cb46e 100644
--- a/www/llgal/Makefile
+++ b/www/llgal/Makefile
@@ -16,14 +16,14 @@ COMMENT= Command-line online gallery generator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_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
-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 \
+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
USE_BZIP2= yes