aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Imager
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
commite6ffa1f425ea668e859fae97edfd25a239614331 (patch)
tree255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/p5-Imager
parent9f1b40e753cf899e58168a889a3df63c843fcb4a (diff)
downloadports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz
ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361727
Diffstat (limited to 'graphics/p5-Imager')
-rw-r--r--graphics/p5-Imager/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile
index d52e5089bef1..7708789a90ba 100644
--- a/graphics/p5-Imager/Makefile
+++ b/graphics/p5-Imager/Makefile
@@ -15,12 +15,12 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
- gif:${PORTSDIR}/graphics/giflib \
- jpeg:${PORTSDIR}/graphics/jpeg \
- png15:${PORTSDIR}/graphics/png \
- t1:${PORTSDIR}/devel/t1lib \
- tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libgif.so:${PORTSDIR}/graphics/giflib \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libt1.so:${PORTSDIR}/devel/t1lib \
+ libtiff.so:${PORTSDIR}/graphics/tiff
TEST_DEPENDS= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \
p5-Inline>=0:${PORTSDIR}/devel/p5-Inline