diff options
Diffstat (limited to 'graphics/p5-Cairo/Makefile')
-rw-r--r-- | graphics/p5-Cairo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile index 09bb195d483e..601afddea91b 100644 --- a/graphics/p5-Cairo/Makefile +++ b/graphics/p5-Cairo/Makefile @@ -14,11 +14,11 @@ COMMENT= Perl bindings to the cairo graphics library LICENSE= LGPL21 -BUILD_DEPENDS= p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig -LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo -TEST_DEPENDS= p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \ - p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta +BUILD_DEPENDS= p5-ExtUtils-Depends>=0.200:devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1:devel/p5-ExtUtils-PkgConfig +LIB_DEPENDS= libcairo.so:graphics/cairo +TEST_DEPENDS= p5-Font-FreeType>=0:print/p5-Font-FreeType \ + p5-Test-Number-Delta>=1:devel/p5-Test-Number-Delta USES= perl5 USE_PERL5= configure |