diff options
Diffstat (limited to 'www/p5-WebService-Redmine/Makefile')
-rw-r--r-- | www/p5-WebService-Redmine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WebService-Redmine/Makefile b/www/p5-WebService-Redmine/Makefile index 60f516f2c605..a9a383a63935 100644 --- a/www/p5-WebService-Redmine/Makefile +++ b/www/p5-WebService-Redmine/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to Redmine -RUN_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS +RUN_DEPENDS= p5-libwww>0:www/p5-libwww \ + p5-JSON-XS>0:converters/p5-JSON-XS BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |