diff options
Diffstat (limited to 'graphics/p5-Imager/Makefile')
-rw-r--r-- | graphics/p5-Imager/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index 3fe832955e4e..06e55282d914 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -1,5 +1,5 @@ PORTNAME= Imager -PORTVERSION= 1.027 +PORTVERSION= 1.028 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,9 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libt1.so:devel/t1lib \ libtiff.so:graphics/tiff -TEST_DEPENDS= p5-Inline>=0:devel/p5-Inline \ - p5-Inline-C>=0:devel/p5-Inline-C +TEST_DEPENDS= p5-Inline-C>=0:devel/p5-Inline-C \ + p5-Inline-CPP>=0:devel/p5-Inline-CPP \ + p5-Inline>=0:devel/p5-Inline USES= jpeg perl5 USE_PERL5= configure |