diff options
Diffstat (limited to 'www/p5-TestGen4Web-Runner/Makefile')
-rw-r--r-- | www/p5-TestGen4Web-Runner/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-TestGen4Web-Runner/Makefile b/www/p5-TestGen4Web-Runner/Makefile index f57376b..c25512c 100644 --- a/www/p5-TestGen4Web-Runner/Makefile +++ b/www/p5-TestGen4Web-Runner/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= eg@fbsd.lt COMMENT= Perl module to replay files recorded with TestGen4Web -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-URI>=0:net/p5-URI \ + p5-XML-Simple>=0:textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |