diff options
Diffstat (limited to 'graphics/p5-Gimp/Makefile')
-rw-r--r-- | graphics/p5-Gimp/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index 15b9f7deabd5..1a2b64be0129 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -14,17 +14,17 @@ COMMENT= Write GIMP extensions/plug-ins/load- and save-handlers in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Gtk2>=1.0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - p5-Gtk2-Ex-PodViewer>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-PodViewer \ - p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper \ - PDL>=2.007:${PORTSDIR}/math/PDL -BUILD_DEPENDS:= p5-ExtUtils-Depends>=0.200:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ +RUN_DEPENDS= p5-Gtk2>=1.0:x11-toolkits/p5-Gtk2 \ + p5-Gtk2-Ex-PodViewer>=0:x11-toolkits/p5-Gtk2-Ex-PodViewer \ + p5-IO-All>=0:devel/p5-IO-All \ + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-Web-Scraper>=0:www/p5-Web-Scraper \ + PDL>=2.007:math/PDL +BUILD_DEPENDS:= p5-ExtUtils-Depends>=0.200:devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1:devel/p5-ExtUtils-PkgConfig \ ${RUN_DEPENDS} -LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app USES= perl5 USE_PERL5= configure |