diff options
Diffstat (limited to 'net/p5-Net-Trackback/Makefile')
-rw-r--r-- | net/p5-Net-Trackback/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Net-Trackback/Makefile b/net/p5-Net-Trackback/Makefile index 4a39d162ef04..2510bbd32861 100644 --- a/net/p5-Net-Trackback/Makefile +++ b/net/p5-Net-Trackback/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= coryking@mozimedia.com COMMENT= Interface for developing Trackback clients and servers -BUILD_DEPENDS= p5-Class-ErrorHandler>=0.01:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-Class-ErrorHandler>=0.01:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Class-ErrorHandler>=0.01:devel/p5-Class-ErrorHandler \ + p5-libwww>0:www/p5-libwww +RUN_DEPENDS= p5-Class-ErrorHandler>=0.01:devel/p5-Class-ErrorHandler \ + p5-libwww>0:www/p5-libwww USES= perl5 USE_PERL5= configure |